DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / SOPClassGroup Method
The group requested



In This Topic
    SOPClassGroup Method
    In This Topic
    Groups of SOP classes that use the same default Transfer Syntaxes
    Syntax
    'Declaration
     
    
    Public Shared Function SOPClassGroup( _
       ByVal Group As SOPClassGroups _
    ) As List(Of String)
    'Usage
     
    
    Dim Group As SOPClassGroups
    Dim value As List(Of String)
     
    value = DicomGlobal.SOPClassGroup(Group)
    public static List<string> SOPClassGroup( 
       SOPClassGroups Group
    )
    public:
    static List<String^>^ SOPClassGroup( 
       SOPClassGroups Group
    ) 

    Parameters

    Group
    The group requested

    Return Value

    The list of SOP classes to which the selected group applies
    Remarks

    These groups pre-populated at initialization, but may be modified by the user

    This method is intended for advanced usage - for simpler methods see:

    To control the offered and accepted transfer syntaxes associated with the group see:

    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