NetReceiveNGetRequest event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveNGetRequest (long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

This event is generated on a peer member of a connection when the SendNGetRequest method is called locally.

The attributes of the data to retrieve are stored in the RequestAttributes property.

See Also

Elements:

SendNGetRequest method, SendNGetResponse method, NetReceiveNGetResponse event

Topics:

Receiving Messages

 

DICOM Network Connection: Sending Data Messages