ProcessCMoveStoreSubOperation Method

Summary
Performs a C-STORE operation initiated by a C-MOVE request.
Syntax
C#
C++/CLI
public DicomCommandStatusType ProcessCMoveStoreSubOperation( 
   DicomScp scp, 
   DicomDataSet dataSet, 
   string referencedFilePath, 
   int remaining, 
   int completed, 
   int failed, 
   int warning 
) 
public: 
   DicomCommandStatusType ProcessCMoveStoreSubOperation(  
   DicomScp^ scp, 
   DicomDataSet^ dataSet, 
   String^ referencedFilePath, 
   int remaining, 
   int completed, 
   int failed, 
   int warning 
)  

Parameters

scp
The server to store into.

dataSet
The Leadtools.Dicom.DicomDataSet to be stored.

referencedFilePath
The path for the movedDataSet

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.

Return Value

The status of the store operation.

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.