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



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.
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.
Performs a C-STORE operation initiated by a C-MOVE request.

Syntax

Visual Basic (Declaration) 
Public Function ProcessCMoveStoreSubOperation( _
   ByVal scp As DicomScp, _
   ByVal movedDataSet As DicomDataSet, _
   ByVal referencedFilePath As String, _
   ByVal remainingInstances As Integer, _
   ByVal completed As Integer, _
   ByVal failed As Integer, _
   ByVal warning As Integer _
) As DicomCommandStatusType
Visual Basic (Usage)Copy Code
Dim instance As ClientSession
Dim scp As DicomScp
Dim movedDataSet As DicomDataSet
Dim referencedFilePath As String
Dim remainingInstances As Integer
Dim completed As Integer
Dim failed As Integer
Dim warning As Integer
Dim value As DicomCommandStatusType
 
value = instance.ProcessCMoveStoreSubOperation(scp, movedDataSet, referencedFilePath, remainingInstances, completed, failed, warning)
C# 
public DicomCommandStatusType ProcessCMoveStoreSubOperation( 
   DicomScp scp,
   DicomDataSet movedDataSet,
   string referencedFilePath,
   int remainingInstances,
   int completed,
   int failed,
   int warning
)
C++/CLI 
public:
DicomCommandStatusType ProcessCMoveStoreSubOperation( 
   DicomScp^ scp,
   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: 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