/tools/find able to search tags inside an array

Hello, I’m trying to query a RTDose based on the ManufacturerModelName and the plan the dose references. For the ManufacturerModelName I have no issue since the tag is at the root, but I cannot seem to include the ReferencedSOPInstanceUID in the query, the API always returns a 200 with an empty array as if it did not find anything matching, can anyone help ?
An example of the body of my request :
{
“Level”: “Instance”,
“Query”: {
“Modality”: “RTDOSE”,
“ManufacturerModelName”: “somevalue”,
“ReferencedSOPInstanceUID”: “somevalue”
}
}

Hi Thomas,

Unfortunately, Orthanc only allows querying the top level tags.

BR,

Alain

Hello,

Note that a linear search could be implemented as a Python plugin by extending the REST API.

Regards,
Sébastien-