I there any way to query Orthanc and get all studies with the tag (0008,0100) is 'x'.
Alain Mazy / CTO
a...@osimis.io / +32 494 31 67 27
| OSIMIS S.A. |
curl --request POST --url http://localhost:8042/tools/find --data '{"Level":"Instance","Query":{"0008,0100":"test"}}'
Thanks & Regards,