←Select platform

ProcessCMoveStoreSubOperation Method

Summary

Performs a C-STORE operation initiated by a C-MOVE request.

Syntax

C#
VB
C++
public DicomCommandStatusType ProcessCMoveStoreSubOperation( 
   DicomScp scp, 
   DicomDataSet movedDataSet, 
   string referencedFilePath, 
   int remainingInstances, 
   int completed, 
   int failed, 
   int warning 
) 
  
Public Function ProcessCMoveStoreSubOperation( _ 
   ByVal scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal movedDataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal referencedFilePath As String, _ 
   ByVal remainingInstances As Integer, _ 
   ByVal completed As Integer, _ 
   ByVal failed As Integer, _ 
   ByVal warning As Integer _ 
) As Leadtools.Dicom.DicomCommandStatusType 
public: 
Leadtools.Dicom.DicomCommandStatusType ProcessCMoveStoreSubOperation(  
   Leadtools.Dicom.Scu.DicomScp^ scp, 
   Leadtools.Dicom.DicomDataSet^ movedDataSet, 
   String^ referencedFilePath, 
   int remainingInstances, 
   int completed, 
   int failed, 
   int warning 
)  

Parameters

scp
The server to store into.

movedDataSet
The Leadtools.Dicom.DicomDataSet to be stored.

referencedFilePath
The path for the movedDataSet

remainingInstances
The number of remaining C-STORE sub-operations.

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

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

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

Return Value

The status of the store operation.

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