DicomObjects Reference
DicomObjects Reference / DicomContext Object / AbstractSyntax Property
In This Topic
    AbstractSyntax Property
    In This Topic
    Description
    The abstract context of the DicomContext Item
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property AbstractSyntax As String
    Remarks
    This value my either be a SOP class, such as doSOP_CT, or a Meta SOP class such as doMeta_BasicGrayscalePrint.
    Whilst this property may be set to, or compared with full UID strings, use of UID Constants is advised for better readability.
    See Also