DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomContext Class / OfferedTS Property



OfferedTS Property
The list of transfer syntaxes offered in a presentation context
Syntax
'Declaration
 
Public Property OfferedTS As String()
 
'Usage
 
Dim instance As DicomContext
Dim value() As String
 
instance.OfferedTS = value
 
value = instance.OfferedTS

Property Value

The list of transfer syntaxes offered
Remarks

This property holds the list of transfer syntaxes offered as part of association negotiation. As an SCU, it may be set up by a client program prior to calling Open. As an SCP, the values may be inspected during the AssociationRequest event in order to select which on to accept (by setting AcceptedTS).

If not set explicitly by a client program, a default list is used, based on tghe current Transfer Syntax Negotiation settings.

Whilst this property may be set to, or compared with full UID strings, use of symbolic constants is advised for better readability.

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