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



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

    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