'Declaration Public Overloads Sub Add( _ ByVal Group As Integer, _ ByVal Element As Integer, _ ByVal Value As Object _ )
'Usage Dim instance As DicomDataSet Dim Group As Integer Dim Element As Integer Dim Value As Object instance.Add(Group, Element, Value)
Parameters
- Group
The group index of a data element.
- Element
The element index of a data element.
- Value
The Value to be assigned