Sends a C-MOVE-REQ message to a peer member of a connection defined by Scp.
public void Move(
DicomScp Scp,
string DestAE,
DicomDataSet request
)
Public Overloads Sub Move( _
ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal DestAE As String, _
ByVal request As Leadtools.Dicom.DicomDataSet _
)
public:
void Move(
Leadtools.Dicom.Scu.DicomScp^ Scp,
String^ DestAE,
Leadtools.Dicom.DicomDataSet^ request
)
Scp
The peer connection to send the C-MOVE-REQ to.
DestAE
The name of the Application Entity to which to move the data. If DestAE is null or empty the dataset will be moved to the AETitle defined in DicomFindSCU.
request
The DICOM dataset that describes the move operation to perform.
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