SendCMoveResponse method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCMoveResponse ( 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) Sends a C-MOVE-RSP message to a peer member of a connection.

The SendCMoveResponse method is called by the SCP in response to a SendCMoveRequest method call placed by an SCU. This generates NetReceiveCMoveResponse event on the SCU.

See Also

Elements:

SendCMoveResponse method, SendCStoreRequest method, NetReceiveCMoveRequest event, NetReceiveCMoveResponse event, NetReceiveCStoreRequest event, NetReceiveCStoreResponse event

Topics:

Moving Composite Data

 

DICOM Network Connection: Sending Data Messages