SendNReportResponse method (ILEADDicomNet)
short SendNReportResponse ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nStatus, short nEvent, long hDS); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Sends an N-REPORT-RSP message to a peer member of a connection.
The SendNReportResponse method is sent by the SCP in response to a SendNReportRequest method call placed by an SCU. This generates a NetReceiveNReportResponse event on the SCU.
A report is generated to let all peers attached to a server know of some event that has occurred. This event may be the addition of a new patient, the deletion of a patient, the addition of a new study, etc. The nEvent value, which designates the event that occurred, is determined by the server. To find out the values used, you must contact the organization that created the server. When creating a server, the values and their corresponding meanings are determined by those creating the server.
See Also
Elements: |
SendNReportRequest method, NetReceiveNReportRequest event, NetReceiveNReportResponse event |
Topics: |