C#
VB
C++
Copies the study.
public DicomCommandStatusType CopyStudy(
DicomScp scp,
CopyStudy data
)
Public Function CopyStudy( _
ByVal scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal data As Leadtools.Dicom.Common.Datatypes.Patientupdater.CopyStudy _
) As Leadtools.Dicom.DicomCommandStatusType
public:
Leadtools.Dicom.DicomCommandStatusType CopyStudy(
Leadtools.Dicom.Scu.DicomScp^ scp,
Leadtools.Dicom.Common.Datatypes.Patientupdater.CopyStudy^ data
)
scp
The peer connection to send the copy study request to.
data
The data specific to the copy study request.
The status of the 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