←Select platform

SendCMoveResponse(byte,int,string,DicomCommandStatusType,StatusBase,int,int,int,int,DicomDataSet,string,DicomCommandType) Method

Summary

Sends a C-MOVE response to the client.

Syntax
C#
C++/CLI

Parameters

presentationID

The presentation ID that came with the C-MOVE or C-GET request.

messageID

The message ID that came with the C-MOVE or C-GET request.

abstractClass

The Abstract Class that came with the C-MOVE or C-GET request.

status

The status for the C-MOVE response.

statusArgs

An object derived from StatusBase used to set optional status DICOM Elements in the command set.

remaining

The number of remaining C-STORE sub-operations

completed

The number of C-STORE sub-operations invoked by this C-MOVE operation which have completed successfully.

failed

The number of C-STORE sub-operations invoked by this C-MOVE operation which have failed.

warning

The number of C-STORE sub-operation invoked by this C-MOVE operation which generated warning responses.

responseDataset

A Leadtools.Dicom.DicomDataSet that encodes attributes providing status information about the C-MOVE operation.

descriptionMessage

A description message used for logging.

commandType

A [DicomCommandType] that identifies the [ProcessCMoveStoreSubOperation] as a sub-operation for a C-MOVE or a C-GET.

Remarks

The SendCMoveResponse(byte,int,string,DicomCommandStatusType,StatusBase,int,int,int,int,DicomDataSet,string,DicomCommandType) is sent to the SCU at the conclusion of the C-MOVE or C-GET operation. The commandType parameter identifies whether this is a result of a C-MOVE or a C-GET operation.

The statusArgs argument is used to set additional optional status DICOM Elements in the C-Find-Rsp command set.

Based on the status, pass an instance of one of the following StatusBase derived classes to set these optional elements:

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

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