DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContext Class / AbstractSyntax Property

In This Topic
    AbstractSyntax Property
    In This Topic
    The abstract syntax associated with the presentation context
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AbstractSyntax As System.String
    public System.string AbstractSyntax {get;}
    Remarks

    This value may either be a SOP class, such as CT, or a Meta SOP class such as BasicGrayscalePrint.

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

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also