NetReceiveNActionRequest event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveNActionRequest (long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nAction, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Notifies a connection that an N-ACTION-REQ command was received.

This event is generated on a peer member of a connection when SendNActionRequest method is called.

The action specified may be the addition of a new patient, the deletion of a patient, the addition of a new study, a print job, etc. The nAction value, which designates the action to perform 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:

SendNActionRequest method, SendNActionResponse method, NetReceiveNActionResponse event

Topics:

Receiving Messages

 

DICOM Network Connection: Sending Data Messages