←Select platform

AfterCMoveEventArgs Constructor(DicomScp,int,int,int,DicomDataSet,DicomCommandStatusType,StatusAll)

Summary

Initializes a new instance of the AfterCMoveEventArgs class.

Syntax
C#
VB
C++
Public Sub New(ByVal scp As DicomScp, ByVal Completed As Integer, ByVal Failed As Integer, ByVal Warning As Integer, ByVal ds As DicomDataSet, ByVal status As DicomCommandStatusType, ByVal statusAll As StatusAll) 
 MyBase.New 

Parameters

scp

The peer connection the C-MOVE-REQ was sent to.

Completed

The number of C-STORE sub operations that have completed.

Failed

The number of C-STORE sub operations that have failed.

Warning

The number of C-STORE sub operations with a warning status.

ds

The DicomDataSet sent with the C-MOVE-REQ.

status

The status of the C-MOVE-REQ.

statusAll

All status-related elements that can be included in the command set of a C-MOVE DIMSE service response.

Remarks

The C-MOVE DIMSE service response command set includes a required Status Element (0000,0900), and other optional Status Elements.

The _statusAll_ member contains all of the status-related elements, and is used to easily read status and optional status related elements.

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

Leadtools.Dicom.Scu Assembly

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