'Declaration
Public Overloads Sub Add( _ ByVal Group As System.Integer, _ ByVal Element As System.Integer, _ ByVal VR As System.String, _ ByVal Value As System.Object _ )
'Usage
Dim instance As DicomDataSet Dim Group As System.Integer Dim Element As System.Integer Dim VR As System.String Dim Value As System.Object instance.Add(Group, Element, VR, Value)
public procedure Add( Group: System.Integer; Element: System.Integer; VR: System.String; Value: System.TObject );
Parameters
- Group
The group index of a data element.
- Element
The element index of a data element.
- VR
The value representation (2 character string) of the data element to be added
- Value
The Value to be assigned