NetReceiveCStoreRequest event (ILEADDicomNet)
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