NetReceiveNGetResponse event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveNGetResponse (long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nStatus, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

This event is generated on an SCU when the SendNGetResponse method is called by an SCP.

See Also

Topics:

DICOM Network Connection: Sending Data Messages