'Declaration Public Overloads Sub Add( _ ByVal Group As Integer, _ ByVal Element As Integer, _ ByVal VR As String, _ ByVal Value As Object _ )
'Usage Dim instance As DicomDataSet Dim Group As Integer Dim Element As Integer Dim VR As String Dim Value As Object instance.Add(Group, Element, VR, Value)
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