DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / OfferedTransferSyntaxes Method

The SOPClassGroups




In This Topic
    OfferedTransferSyntaxes Method
    In This Topic
    List of Transfer Syntaxes offered by default for a group of SOP classes
    Syntax
    'Declaration
     
    
    Public Shared Function OfferedTransferSyntaxes( _
       ByVal Group As SOPClassGroups _
    ) As List(Of String)
    'Usage
     
    
    Dim Group As SOPClassGroups
    Dim value As List(Of String)
     
    value = DicomGlobal.OfferedTransferSyntaxes(Group)
    public static List<string> OfferedTransferSyntaxes( 
       SOPClassGroups Group
    )
    public:
    static List<String^>^ OfferedTransferSyntaxes( 
       SOPClassGroups Group
    ) 

    Parameters

    Group

    The SOPClassGroups

    Return Value

    The list of Transfer Syntaxes to be offered
    Remarks

    The list is pre-populated at initialization, but may be modified by the user

    This method is intended for advanced usage - for simpler methods see:

    To control the related SOP classes and accepted transfer syntaxes associated with the group see:

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also