'DeclarationPublic Shared Sub ClearAcceptedTransferSyntaxes( _ ByVal Group As SOPClassGroups _ )
public static void ClearAcceptedTransferSyntaxes( SOPClassGroups Group )
Parameters
- Group
- The list of accepted Transfer Syntaxes to clear
'DeclarationPublic Shared Sub ClearAcceptedTransferSyntaxes( _ ByVal Group As SOPClassGroups _ )
public static void ClearAcceptedTransferSyntaxes( SOPClassGroups Group )
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:
SOPClassGroups group = SOPClassGroups.Images8Bit; DicomGlobal.ClearAcceptedTransferSyntaxes(group); // Example var acceptedTS = DicomGlobal.AcceptedTransferSyntaxes(group); // now empty list