This method can be used either on directly created DicomConnection objects, or on incoming DicomConnections, where a C-MOVE has been requested.
Unless Mode=doSync, this method returns immediately, the association is established with the remote application entity asynchronously, and an ActionComplete event is generated once the association has been established.
If errors occur during association establishment, they are reported via the DicomViewer or DicomServer’s InfoMessage event procedure if Mode is doAsync or doNosync, or as trappable errors if Mode is doSync
As the DICOM standard only permits a C-MOVE request to contain an application entity title, client applications must look up this title in their own tables, to find suitable values for the parameters to this method.