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