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



    AddToSOPClassGroup Method
    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)

    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: .NET CLR 4.0 or higher

    See Also