'DeclarationPublic Shared Function SOPClassGroup( _ ByVal Group As SOPClassGroups _ ) As List(Of String)
'UsageDim Group As SOPClassGroups Dim value As List(Of String) value = DicomGlobal.SOPClassGroup(Group)
public static List<string> SOPClassGroup( SOPClassGroups Group )
public: static List<String^>^ SOPClassGroup( SOPClassGroups Group )
Parameters
- Group
- The group requested
Return Value
The list of SOP classes to which the selected group applies