DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Move Method
The query root
The destination AE Title
The identifier for the request
Move Method
Description
Send an asynchronous C-MOVE request
Syntax
Visual Basic
Public Sub Move( _
   ByVal Root As String, _
   ByVal Destination As String, _
   ByVal dataset As DicomDataSet _
) 
Parameters
Root
The query root
Destination
The destination AE Title
dataset
The identifier for the request
Remarks
The images to be moved are defined by the DataSet parameter, which must include the Query Level (0008,0052).
Once the operation has completed, the result codes may be found in the Status property, and they may also be available during the operation – see the ActionUpdate event for more details.
See Also