'Usage Dim instance As DicomDataSet Dim Group As Integer Dim Element As Integer instance.Remove(Group, Element)
Parameters
- Group
The group index of a data element
- Element
The element index of a data element
The group index of a data element
The element index of a data element
'Usage Dim instance As DicomDataSet Dim Group As Integer Dim Element As Integer instance.Remove(Group, Element)
The group index of a data element
The element index of a data element
If the appropriate data element exists in the DicomDataSet, it is removed.
No error is generated if the requested item is not present in the DataSet.