'Declaration Public Shared Function AcceptedTransferSyntaxes( _ ByVal Group As SOPClassGroups _ ) As List(Of String)
'Usage Dim Group As SOPClassGroups Dim value As List(Of String) value = DicomGlobal.AcceptedTransferSyntaxes(Group)
public static List<string> AcceptedTransferSyntaxes( SOPClassGroups Group )
public: static List<String^>^ AcceptedTransferSyntaxes( SOPClassGroups Group )
Parameters
- Group
- The SOPClassGroups
Return Value
A list of Transfer Syntaxes to be accepted