DicomObjects Reference
DicomObjects Reference / DicomServer Object / NormalisedReceived Event
Contains details of the request, including its type, Q/R model, and the request identifier.
NormalisedReceived Event
Description
fired when an incoming request for a normalised operation is received
Syntax
Visual Basic
Public Event NormalisedReceived( _
   ByVal Connection As DicomConnection _
)
Parameters
Connection
Contains details of the request, including its type, Q/R model, and the request identifier.
Remarks
The information required to process the request is available via the properties of the connection.
See Also