DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Root Property
In This Topic
    Root Property
    In This Topic
    Description
    The Root of the query operation requested
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Root As String
    Remarks

    The values possible for this property are:

    “PATIENT”
    “STUDY”
    “PATIENT/STUDY”

    “WORKLIST”
    “GP-WORKLIST”

    In order to define the request fully, this property should be used in conjunction with the Operation and Request properties.

    See Also