←Select platform

ProcessCMoveStoreSubOperation(DicomScp,DicomDataSet,string,int,int,int,int,DicomCommandType) Method

Summary

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

Syntax
C#
C++/CLI
public:  
   DicomCommandStatusType^ ProcessCMoveStoreSubOperation( 
       DicomScp^ scp, 
      DicomDataSet^ movedDataSet, 
      String^ referencedFilePath, 
      Int32 remainingInstances, 
      Int32 completed, 
      Int32 failed, 
      Int32 warning, 
      DicomCommandType^ commandType 
   ) 

Parameters

scp

The DICOM server (service class provider) storage destination.

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.

commandType

A DicomCommandType that identifies the ProcessCMoveStoreSubOperation as a sub-operation for a C-MOVE or a C-GET.

Return Value

The status of the store operation.

Remarks

The ProcessCMoveStoreSubOperation is called for each Leadtools.Dicom.DicomDataSet being stored. The commandType parameter identifies whether this is a result of a C-MOVE or a C-GET 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.