Hi, I can download an arhive of dicom files like this:
$ curl http://localhost:8042/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/archive
How can I retrieve an archive of png images of study?
Thanks!
Hi, I can download an arhive of dicom files like this:
$ curl http://localhost:8042/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/archive
How can I retrieve an archive of png images of study?
Thanks!
Hi,
You must download each png individually and then create the zip by yourself: https://api.orthanc-server.com/#tag/Instances/paths/~1instances~1{id}~1preview/get
You may also implement an additional route with this logic in a python plugin.
HTH,
Alain