'DeclarationPublic Shared Sub ClearSOPClassGroup( _ ByVal Group As SOPClassGroups _ )
public static void ClearSOPClassGroup( SOPClassGroups Group )
Parameters
- Group
- The group to clear
'DeclarationPublic Shared Sub ClearSOPClassGroup( _ ByVal Group As SOPClassGroups _ )
public static void ClearSOPClassGroup( SOPClassGroups Group )
The groups are pre-populated at initialization, but may be modified by the user
For direct access to the underlying List of Strings to allow advanced usage see SOPClassGroup
See Also:
SOPClassGroups group = SOPClassGroups.Images8Bit; DicomGlobal.ClearSOPClassGroup(group); // Example var sopClasses = DicomGlobal.SOPClassGroup(group); // now empty list