DicomObjects Reference
DicomObjects Reference / DicomQuery Object / TransferSyntaxes Property
In This Topic
    TransferSyntaxes Property
    In This Topic
    Description
    Over-ride of transfer syntaxes to use
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property TransferSyntaxes As String
    Remarks
    If blank (the default) the default transfer syntax list specified by the registry keys (default or transfer syntax-specific) is used, but if , this value is non-blank then it over-rides the registry setting.
    The list is space separated – e.g. “1.2.840.10008.1.2 1.2.40.10008.1.2.1”
    Any syntaxes immediately preceded by an asterisk are sent in their own separate presentation context.
    See Also