Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.82 KB

File metadata and controls

17 lines (14 loc) · 1.82 KB

# ToolsFindPostRequest

Properties

Name Type Description Notes
case_sensitive bool Enable case-sensitive search for PN value representations (defaults to configuration option `CaseSensitivePN`) [optional]
expand bool Also retrieve the content of the matching resources, not only their Orthanc identifiers [optional]
full bool 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) [optional]
level string Level of the query (`Patient`, `Study`, `Series` or `Instance`) [optional]
limit float Limit the number of reported resources [optional]
query object Associative array containing the filter on the values of the DICOM tags [optional]
requested_tags string[] 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. [optional]
short bool If set to `true`, report the DICOM tags in hexadecimal format [optional]
since float Show only the resources since the provided index (in conjunction with `Limit`) [optional]

[Back to Model list] [Back to API list] [Back to README]