NetReceiveCStoreResponse event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void NetReceiveCStoreResponse (long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nStatus);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

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

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, NetReceiveCStoreRequest event

Topics:

Moving Composite Data

 

Receiving Messages

 

DICOM Network Connection: Sending Data Messages