Hi,
how can i download all my uploaded MRIs from Orthanc quickly ? (more than 1000).
Zip format would be better, not the DICOMDIR version.
Thanks
Hi,
how can i download all my uploaded MRIs from Orthanc quickly ? (more than 1000).
Zip format would be better, not the DICOMDIR version.
Thanks
Hi,
You’ll need to write a small script in whatever language to call the Rest API to:
HTH
Alain
Thanks.
it is not possible for me to download all at once and not individually?
K
alain...@osimis.io a következőt írta (2021. október 12., kedd, 9:16:03 UTC+2):
Directly from Orthanc: No.
Of course, you can still write your script such that it produces a simple zip
If you don’t need your data to be organized, you can still zip the whole OrthancStorage folder but the files don’t even have an .dcm extension so I won’t recommend it.
HTH
Alain.
You can download multiple resources (in this case, studies) in one single step using the “/tools/create-archive” route in the REST API:
https://api.orthanc-server.com/#tag/System/paths/~1tools~1create-archive/post
Sébastien-