v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Networking

Trigger C-MOVE SCU

Start a C-MOVE SCU command as a job, in order to drive the execution of a sequence of C-STORE commands by some remote DICOM modality whose identifier is provided in the URL: https://book.orthanc-server.com/users/rest.html#performing-c-move

post/modalities/{id}/move

Path parameters

idstring required

Identifier of the modality of interest

Request body

Asynchronousboolean

If true, run the job in asynchronous mode, which means that the REST API call will immediately return, reporting the identifier of a job. Prefer this flavor wherever possible.

Levelstring

Level of the query (Patient, Study, Series or Instance)

LocalAetstring

Local AET that is used for this commands, defaults to DicomAet configuration option. Ignored if DicomModalities already sets LocalAet for this modality.

Permissiveboolean

If true, ignore errors during the individual steps of the job.

Prioritynumber

In asynchronous mode, the priority of the job. The lower the value, the higher the priority.

Resourcesobject[]

List of queries identifying all the DICOM resources to be sent

Synchronousboolean

If true, run the job in synchronous mode, which means that the HTTP answer will directly contain the result of the job. This is the default, easy behavior, but it is not desirable for long jobs, as it might lead to network timeouts.

TargetAetstring

Target AET that will be used by the remote DICOM modality as a target for its C-STORE SCU commands, defaults to DicomAet configuration option in order to do a simple query/retrieve

Timeoutnumber

Timeout for the C-MOVE command, in seconds

Response

IDstring

In asynchronous mode, identifier of the job

Pathstring

In asynchronous mode, path to access the job in the REST API