DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / RemoveFromOfferedTransferSyntaxes Method
The group to remove the offered Transfer Syntax from
The offered Transfer Syntax to remove






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

    Parameters

    Group
    The group to remove the offered Transfer Syntax from
    TransferSyntax
    The offered 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 of Strings to allow advanced usage see OfferedTransferSyntaxes

    See Also:

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also