'Declaration
Public Shared Function OfferedTransferSyntaxes( _ 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.OfferedTransferSyntaxes(Group)
public static System.Collections.Generic.List<string> OfferedTransferSyntaxes( SOPClassGroups Group )
public function OfferedTransferSyntaxes( Group: SOPClassGroups ): System.Collections.Generic.List; static;
public static function OfferedTransferSyntaxes( Group : SOPClassGroups ) : System.Collections.Generic.List;
public: static System.Collections.Generic.List<string*>* OfferedTransferSyntaxes( SOPClassGroups Group )
public: static System.Collections.Generic.List<String^>^ OfferedTransferSyntaxes( SOPClassGroups Group )
Parameters
- Group
The SOPClassGroups
Return Value
The list of Transfer Syntaxes to be offered