DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Request Property
In This Topic
    Request Property
    In This Topic
    Description
    DicomDataSet containing the query details
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Request As DicomDataSet
    Remarks
    It is the client’s responsibility to interpret the contents of this identifier and ensure that the data or images returned match the data sent, and in the case of C-FIND operations, to ensure that all data elements requested are included in the response.
    The “level” of the query may be found in Attributes(0008,0052) of this property.
    The handling of Query/Retrieve requests as an SCP is an advanced technique, and the rules to be obeyed are beyond the scope of this help file.  See the Access SCP example for a demonstration of a possible implementation.
    See Also