NetReceiveCMoveResponse event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveCMoveResponse (long hNet, short nPresentationID, short nMessageID, BSTR pszClass, short nStatus, short nRemaining, short nCompleted, short nFailed, short nWarning, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Notifies a connection that a C-MOVE-RSP command was received.

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

See Also

Elements:

SendCMoveRequest method, SendCMoveResponse method, SendCStoreRequest method, SendCStoreResponse method, NetReceiveCMoveResponse event, NetReceiveCStoreRequest event, NetReceiveCStoreResponse event

Topics:

Receiving Messages

 

DICOM Network Connection: Sending Data Messages