LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CMoveStoreSubOperationEventArgs Constructor
See Also 
Leadtools.Dicom.Scp Namespace > CMoveStoreSubOperationEventArgs Class : CMoveStoreSubOperationEventArgs Constructor



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.
Initializes a new instance of the CMoveStoreSubOperationEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal scp As DicomScp, _
   ByVal movedDataset As DicomDataSet, _
   ByVal remaining As Integer, _
   ByVal completed As Integer, _
   ByVal failed As Integer, _
   ByVal warning As Integer _
)
Visual Basic (Usage)Copy Code
Dim scp As DicomScp
Dim movedDataset As DicomDataSet
Dim remaining As Integer
Dim completed As Integer
Dim failed As Integer
Dim warning As Integer
 
Dim instance As New CMoveStoreSubOperationEventArgs(scp, movedDataset, remaining, completed, failed, warning)
C# 
public CMoveStoreSubOperationEventArgs( 
   DicomScp scp,
   DicomDataSet movedDataset,
   int remaining,
   int completed,
   int failed,
   int warning
)
C++/CLI 
public:
CMoveStoreSubOperationEventArgs( 
   DicomScp^ scp,
   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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features