Advanced search

Is there any plugin for advanced search in web interface? eg. search by date, modality, etc.

This feature is implemented by the core engine of Orthanc (cf. URI “/tools/find”). However, it is not available in Orthanc Explorer yet.

So, is it possible to query using specific URI? eg. http://localhost:8042/..../query?date=XXXXXX

By the way, I'm using the Orthanc under Windows XP.

Thanks for your answer!

Yes, here is a sample to get the studies created inside a given date range:

curl http://localhost:8042/tools/find -X POST -d ‘{“Level”:“Study”,“Query”:{“StudyDate”:“20120414-20120418”}}’