DicomObjects Reference
DicomObjects Reference / DicomServer Object / QueryRequest Event
Contains details of the request, including its type, Q/R model, and the request identifier.
In This Topic
    QueryRequest Event
    In This Topic
    Description
    fired when an incoming Query request is received
    Syntax
    Visual Basic
    Public Event QueryRequest( _
       ByVal Connection As DicomConnection _
    )
    Parameters
    Connection
    Contains details of the request, including its type, Q/R model, and the request identifier.
    Remarks
    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, or consult the tutorial guide – see Useful Links for help.
    See Also