'Declaration Public Property PreferredTS As String
'Usage Dim instance As DicomAssociation Dim value As String instance.PreferredTS = value value = instance.PreferredTS
public string PreferredTS {get; set;}
'Declaration Public Property PreferredTS As String
'Usage Dim instance As DicomAssociation Dim value As String instance.PreferredTS = value value = instance.PreferredTS
public string PreferredTS {get; set;}
Under some circumstances, DicomObjects may have a choice of presentation contexts to use for a given operation, and PreferredTS and PreferredPCID, provide guidance on which of the available options to use.
DicomObjects cannot, however, guarantee that the values given will be honoured, as the requirements of the standard, and the negotiated presentation contexts available will always take priority. Note also, that they can only be effective at the application actually carrying out the operation involved, normally the SCP.
The default values for these parameters are a null string and zero respectively, and these values are taken to mean "no preference".
Presentation context will be selected according to the following procedure:
These properties are particularly designed for teleradiology applications, where run-time selection of a compressed syntax may be appropriate.
For a list of the available presentation contexts, see the Contexts property.