NetReceiveCStoreRequest event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveCStoreRequest (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) Notifies a connection that a C-STORE-REQ command was received.

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

When an SCU requests a Move (C-MOVE-REQ), the SCP may have to call the SendCStoreRequest method 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.

See Also

Elements:

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

Topics:

Moving Composite Data

 

Receiving Messages

 

DICOM Network Connection: Sending Data Messages