Performs a C-STORE operation initiated by a C-MOVE request.
public DicomCommandStatusType ProcessCMoveStoreSubOperation(
DicomScp scp,
DicomDataSet dataSet,
string referencedFilePath,
int remaining,
int completed,
int failed,
int warning
)
Public Function ProcessCMoveStoreSubOperation( _
ByVal scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal dataSet As Leadtools.Dicom.DicomDataSet, _
ByVal referencedFilePath As String, _
ByVal remaining 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^ dataSet,
String^ referencedFilePath,
int remaining,
int completed,
int failed,
int warning
)
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.
The status of the store operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET