'Declaration
Public Shared Sub RemoveFromAcceptedTransferSyntaxes( _ ByVal Group As SOPClassGroups, _ ByVal TransferSyntax As UID _ )
'Usage
Dim Group As SOPClassGroups Dim TransferSyntax As UID DicomGlobal.RemoveFromAcceptedTransferSyntaxes(Group, TransferSyntax)
public static void RemoveFromAcceptedTransferSyntaxes( SOPClassGroups Group, UID TransferSyntax )
public procedure RemoveFromAcceptedTransferSyntaxes( Group: SOPClassGroups; TransferSyntax: UID ); static;
public static function RemoveFromAcceptedTransferSyntaxes( Group : SOPClassGroups, TransferSyntax : UID );
public: static void RemoveFromAcceptedTransferSyntaxes( SOPClassGroups Group, UID* TransferSyntax )
public: static void RemoveFromAcceptedTransferSyntaxes( SOPClassGroups Group, UID^ TransferSyntax )
Parameters
- Group
- The group to remove the accepted Transfer Syntax from
- TransferSyntax
- The accepted Transfer Syntax to remove