DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / RemoveFromAcceptedTransferSyntaxes Method
The group to remove the accepted Transfer Syntax from
The accepted Transfer Syntax to remove



In This Topic
    RemoveFromAcceptedTransferSyntaxes Method
    In This Topic
    Remove an accepted Transfer Syntax from a group used to help control automatic acceptance of transfer syntaxes
    Syntax
    'Declaration
     
    Public Shared Sub RemoveFromAcceptedTransferSyntaxes( _
       ByVal Group As SOPClassGroups, _
       ByVal TransferSyntax As UID _
    ) 
    'Usage
     
    Dim Group As SOPClassGroups
    Dim TransferSyntax As UID
     
    DicomGlobal.RemoveFromAcceptedTransferSyntaxes(Group, TransferSyntax)
    public static void RemoveFromAcceptedTransferSyntaxes( 
       SOPClassGroups Group,
       UID TransferSyntax
    )
    public:
    static void RemoveFromAcceptedTransferSyntaxes( 
       SOPClassGroups Group,
       UID^ TransferSyntax
    ) 

    Parameters

    Group
    The group to remove the accepted Transfer Syntax from
    TransferSyntax
    The accepted Transfer Syntax to remove
    Remarks

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

    For direct access to the underlying List<String> to allow advanced usage see AcceptedTransferSyntaxes

    See Also:

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also