DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / AddToSOPClassGroup Method
The group to add the SOP class to
The SOP class to add



In This Topic
    AddToSOPClassGroup Method
    In This Topic
    Add a SOP class into a group used to help control use of associated transfer syntaxes
    Syntax
    'Declaration
     
    
    Public Shared Sub AddToSOPClassGroup( _
       ByVal Group As SOPClassGroups, _
       ByVal SOPClass As UID _
    ) 
    'Usage
     
    
    Dim Group As SOPClassGroups
    Dim SOPClass As UID
     
    DicomGlobal.AddToSOPClassGroup(Group, SOPClass)
    public static void AddToSOPClassGroup( 
       SOPClassGroups Group,
       UID SOPClass
    )
    public:
    static void AddToSOPClassGroup( 
       SOPClassGroups Group,
       UID^ SOPClass
    ) 

    Parameters

    Group
    The group to add the SOP class to
    SOPClass
    The SOP class to add
    Remarks

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

    For direct access to the underlying List of Strings to allow advanced usage see SOPClassGroup

    See Also:

    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