v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Networking

Trigger C-FIND SCU

Trigger C-FIND SCU command against the DICOM modality whose identifier is provided in URL: https://book.orthanc-server.com/users/rest.html#performing-query-retrieve-c-find-and-find-with-rest

post/modalities/{id}/query

Path parameters

idstring required

Identifier of the modality of interest

Request body

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.

Normalizeboolean

Whether to normalize the query, i.e. whether to wipe out from the query, the DICOM tags that are not applicable for the query-retrieve level of interest

Queryobject

Associative array containing the filter on the values of the DICOM tags

Timeoutnumber

Timeout for the C-FIND command and subsequent C-MOVE retrievals, in seconds (new in Orthanc 1.9.1)

Response

IDobject

Identifier of the query, to be used with /queries/{id}

Pathobject

Root path to the query in the REST API