SendCStoreRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCStoreRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nPriority, BSTR pszMoveAE, short nMoveMessageID, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

When an SCU requests a Move (C-MOVE-REQ), the SCP may have to call this function to request one or more C-STORE-REQ sub-operations to complete the storage. The series of calls and information transfer in a C-MOVE-REQ is complicated. For more information, refer to Moving Composite Data.

Calling this method generates a NetReceiveCStoreRequest event on the SCP. The SCP should respond by calling the SendCStoreResponse method which will generate a NetReceiveCStoreResponse event.

See Also

Elements:

SendCStoreResponse method, SendCMoveRequest method, NetReceiveCStoreRequest event, NetReceiveCStoreResponse event, NetReceiveCMoveRequest event, NetReceiveCMoveResponse event

Topics:

Moving Composite Data

 

DICOM Network Connection: Sending Data Messages