v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
System

Look for local resources

This URI can be used to perform a search on the content of the local Orthanc server, in a way that is similar to querying remote DICOM modalities using C-FIND SCU: https://book.orthanc-server.com/users/rest.html#performing-finds-within-orthanc

post/tools/find

Request body

CaseSensitiveboolean

Enable case-sensitive search for PN value representations (defaults to configuration option CaseSensitivePN)

Expandboolean

Also retrieve the content of the matching resources, not only their Orthanc identifiers

Fullboolean

If set to true, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value)

Levelstring

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

Limitnumber

Limit the number of reported resources

Queryobject

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

RequestedTagsstring[]

A list of DICOM tags to include in the response (applicable only if "Expand" is set to true). The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0.

Shortboolean

If set to true, report the DICOM tags in hexadecimal format

Sincenumber

Show only the resources since the provided index (in conjunction with Limit)

Response

{"stackTrail":"paths:/tools/find:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"JSON array containing either the Orthanc identifiers, or detailed information about the reported resources (if `Expand` argument is `true`)"}