'Declaration
Public Shared Function SOPClassGroup( _ ByVal Group As SOPClassGroups _ ) As System.Collections.Generic.List(Of String)
'Usage
Dim Group As SOPClassGroups Dim value As System.Collections.Generic.List(Of String) value = DicomGlobal.SOPClassGroup(Group)
public static System.Collections.Generic.List<string> SOPClassGroup( SOPClassGroups Group )
public function SOPClassGroup( Group: SOPClassGroups ): System.Collections.Generic.List; static;
public static function SOPClassGroup( Group : SOPClassGroups ) : System.Collections.Generic.List;
public: static System.Collections.Generic.List<string*>* SOPClassGroup( SOPClassGroups Group )
public: static System.Collections.Generic.List<String^>^ SOPClassGroup( SOPClassGroups Group )
Parameters
- Group
- The group requested
Return Value
The list of SOP classes to which the selected group applies