←Select platform

CMoveStoreSubOperationEventArgs Constructor

Summary

Initializes a new instance of the CMoveStoreSubOperationEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal movedDataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal remaining As Integer, _ 
   ByVal completed As Integer, _ 
   ByVal failed As Integer, _ 
   ByVal warning As Integer _ 
) 
public: 
CMoveStoreSubOperationEventArgs(  
   Leadtools.Dicom.Scu.DicomScp^ scp, 
   Leadtools.Dicom.DicomDataSet^ movedDataset, 
   int remaining, 
   int completed, 
   int failed, 
   int warning 
) 

Parameters

scp
The Leadtools.Dicom.Scu.DicomScp object which the Store request will be sent to.

movedDataset
The Leadtools.Dicom.DicomDataSet to be stored.

remaining
The number of remaining C-STORE sub-operations

completed
The number of C-STORE sub-operations which have completed successfully.

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

warning
The number of C-STORE sub-operation which generated Warning responses.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly