DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / ClearAcceptedTransferSyntaxes Method
The list of accepted Transfer Syntaxes to clear



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

    Parameters

    Group
    The list of accepted 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 AcceptedTransferSyntaxes

    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