DicomObjects.NET Core 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:
    static void ClearOfferedTransferSyntaxes( 
       SOPClassGroups Group
    ) 

    Parameters

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