LDicomNet::SendCMoveResponse

#include "ltdic.h"

L_INT LDicomNet::SendCMoveResponse(nPresentationID, nMessageID, pszClass, nStatus, nRemaining, nCompleted, nFailed, nWarning, pDS)

Sends a C-MOVE-RSP message to a peer member of a connection. This function is available in the PACS Imaging Toolkit.

Parameters

L_UCHAR nPresentationID

Presentation ID. The presentation ID provides information about both the class type of the data and the transfer syntax to use when transferring the data.

L_UINT16 nMessageID

Message ID. Each message sent by a member of a connection should have a unique ID. Since a member of a connection may send several messages, this ID allows that member to identify when a specific request has been completed.

L_TCHAR * pszClass

Class affected by the request. This will be an SOP Class or an SOP MetaClass.

L_UINT16 nStatus

The status of the original request. For a list of possible values, refer to Status Constants.

L_UINT16 nRemaining

Number of remaining instances to search.

L_UINT16 nCompleted

Number of instances searched.

L_UINT16 nFailed

Number of instances that failed the search.

L_UINT16 nWarning

Number of instances in which warnings occurred.

LDicomDS *pDS

Pointer to a dataset used for sending additional information about a non-successful C-MOVE sub-operation. This may be NULL.

Returns

Value Meaning
0 SUCCESS
>0 An error occurred. Refer to Return Codes.

Comments

LDicomNet::SendCMoveResponse is sent by the SCP in response to an LDicomNet::SendCMoveRequest call placed by an SCU. This generates a call to LDicomNet::OnReceiveCMoveResponse on the SCU.

Required DLLs and Libraries

Platforms

Win32, x64

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.