DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / RemoveFromSOPClassGroup Method
The group to remove the SOP class from
The SOP class to remove



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

    Parameters

    Group
    The group to remove the SOP class from
    SOPClass
    The SOP class to remove
    Remarks

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

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

    See Also:

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also