DicomObjects.NET Core Documentation
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: 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