'Declaration
Public Shared Function FindGroup( _ ByVal UID As System.String _ ) As SOPClassGroups
'Usage
Dim UID As System.String Dim value As SOPClassGroups value = DicomGlobal.FindGroup(UID)
public static SOPClassGroups FindGroup( System.string UID )
public function FindGroup( UID: System.String ): SOPClassGroups; static;
public static function FindGroup( UID : System.String ) : SOPClassGroups;
public: static SOPClassGroups FindGroup( System.string* UID )
public: static SOPClassGroups FindGroup( System.String^ UID )
Parameters
- UID
- The SOP class to be queried
Return Value
The associated group