DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ClearOfferedTransferSyntaxes Method
The list of offered Transfer Syntaxes to clear






In This Topic
    ClearOfferedTransferSyntaxes Method
    In This Topic
    Clear all offered Transfer Syntaxes from a group used to help control automatic acceptance of transfer syntaxes
    Syntax
    'Declaration
     
    
    Public Shared Sub ClearOfferedTransferSyntaxes( _
       ByVal Group As SOPClassGroups _
    ) 
    'Usage
     
    
    Dim Group As SOPClassGroups
     
    DicomGlobal.ClearOfferedTransferSyntaxes(Group)
    public static void ClearOfferedTransferSyntaxes( 
       SOPClassGroups Group
    )
    public procedure ClearOfferedTransferSyntaxes( 
        Group: SOPClassGroups
    ); static; 
    public static function ClearOfferedTransferSyntaxes( 
       Group : SOPClassGroups
    );
    public: static void ClearOfferedTransferSyntaxes( 
       SOPClassGroups Group
    ) 
    public:
    static void ClearOfferedTransferSyntaxes( 
       SOPClassGroups Group
    ) 

    Parameters

    Group
    The list of offered Transfer Syntaxes to clear
    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