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

    The values possible for this property are:

    “C-FIND”
    “C-MOVE”
    “C-GET”

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

    See Also