NetReceiveNSetResponse event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveNSetResponse (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-SET-RSP command was received.

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

See Also

Elements:

SendNSetRequest method, SendNSetResponse method, NetReceiveNSetRequest event

Topics:

Receiving Messages

 

DICOM Network Connection: Sending Data Messages