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