Fetching Data

Hi,

Please help me with some questions regarding orthanc API mentioned below:

Q.1 Can I retrieve study level data and corresponding series level data in a single query, if yes then how ?

Q.2 Can I get a study data filtered by the number of series and/or number of instances, if yes then how ?

Hi,

Q1: No

Q2: No

Hello,

Your both requests can be implemented through a Python plugin that extends the REST API of Orthanc:
https://book.orthanc-server.com/plugins/python.html

Sébastien-