RemoveFromAcceptedTransferSyntaxes Method
In This Topic
Remove an accepted Transfer Syntax from a group used to help control
automatic acceptance of transfer syntaxes
Syntax
'Declaration
Public Shared Sub RemoveFromAcceptedTransferSyntaxes( _
ByVal As SOPClassGroups, _
ByVal As UID _
)
'Usage
Dim Group As SOPClassGroups
Dim TransferSyntax As UID
DicomGlobal.RemoveFromAcceptedTransferSyntaxes(Group, TransferSyntax)
public static void RemoveFromAcceptedTransferSyntaxes(
SOPClassGroups ,
UID
)
public:
static void RemoveFromAcceptedTransferSyntaxes(
SOPClassGroups ,
UID^
)
Parameters
- Group
- The group to remove the accepted Transfer Syntax from
- TransferSyntax
- The accepted Transfer Syntax to remove
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also