SendCMoveRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCMoveRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, short nPriority, BSTR pszMoveAE, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends a C-MOVE-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveCMoveRequest event on the SCP. The SCP should respond by calling the SendCMoveResponse method which will generate a NetReceiveCMoveResponse event.

See Also

Elements:

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

Topics:

DICOM Network Connection: Sending Data Messages