Dear Sébastien,
I am using the shining new compiled 0.8.4 version, but i cannot seem to figure out one thing:
when 'download ZIP' is pressed, i thought in the DICOMDIR would be included in the ZIP file, but it seems not to be there.
Am I missing something obvious? Did quite some searching in the docs, but I cannot find any hints there.
thank you in advance, regards,
Vincent
Hello,
You are right: The button to download an archive with a DICOMDIR is not currently present in the administrative, low-level GUI (aka. “Orthanc Explorer”).
I just added a task on our roadmap: https://trello.com/c/Yi2UdNMn
However, you can already access this function using the REST API of Orthanc. Use the following URIs:
http://localhost:8042/patients//media
http://localhost:8042/studies//media
http://localhost:8042/series//media
HTH,
Sébastien-
Thank you for the pointers!
Since i need this for our people to use orthanc, and am still not willing to build my own GUI on top of it here is the patch attached to have it immediately. It adds a few functions to the javascript and the html in orthanc explorer.
Regards,
Vincent
dicomdir.patch (2.56 KB)