DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / FindGroup Method
The SOP class to be queried



FindGroup Method
Find to which group a particular SOP class is currently assigned
Syntax
'Declaration
 
Public Shared Function FindGroup( _
   ByVal UID As String _
) As SOPClassGroups
 
'Usage
 
Dim UID As String
Dim value As SOPClassGroups
 
value = DicomGlobal.FindGroup(UID)

Parameters

UID
The SOP class to be queried

Return Value

The associated group
Remarks
If no group is found, then SOPClassGroups.Services is returned
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also