Performs a C-STORE operation initiated by a C-MOVE request.
'Declaration
Public Function ProcessCMoveStoreSubOperation( _
ByVal As DicomScp, _
ByVal As DicomDataSet, _
ByVal As String, _
ByVal remainingInstances As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As DicomCommandStatusType
'Usage
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)
Parameters
- scp
- The server to store into.
- movedDataSet
- The Leadtools.Dicom.DicomDataSet to be stored.
- referencedFilePath
- The path for the
- 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.