C#
VB
C++
Move a study to a new patient.
public DicomCommandStatusType MoveStudyToNewPatient(
DicomScp scp,
MoveToNewPatient data
)
Public Function MoveStudyToNewPatient( _
ByVal scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal data As Leadtools.Dicom.Common.Datatypes.Patientupdater.MoveToNewPatient _
) As Leadtools.Dicom.DicomCommandStatusType
public:
Leadtools.Dicom.DicomCommandStatusType MoveStudyToNewPatient(
Leadtools.Dicom.Scu.DicomScp^ scp,
Leadtools.Dicom.Common.Datatypes.Patientupdater.MoveToNewPatient^ data
)
scp
The peer connection to send the move study to new patient request to.
data
The data specific to the move study to new patient 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