SendNReportRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendNReportRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nEvent, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends an N-REPORT-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveNReportRequest method on the SCP. The SCP should respond by calling the SendNReportResponse method which will generate a NetReceiveNReportResponse event.

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:

SendNReportResponse method, NetReceiveNReportRequest event, NetReceiveNReportResponse event

Topics:

DICOM Network Connection: Sending Data Messages