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