DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomGlobal Class / FindGroups Method
The SOP class to be queried



In This Topic
    FindGroups Method
    In This Topic
    Find to which groups a particular SOP class is currently assigned
    Syntax
    'Declaration
     
    
    Public Shared Function FindGroups( _
       ByVal UID As String _
    ) As List(Of SOPClassGroups)
    'Usage
     
    
    Dim UID As String
    Dim value As List(Of SOPClassGroups)
     
    value = DicomGlobal.FindGroups(UID)
    public static List<SOPClassGroups> FindGroups( 
       string UID
    )
    public:
    static List<SOPClassGroups>^ FindGroups( 
       String^ UID
    ) 

    Parameters

    UID
    The SOP class to be queried

    Return Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also