Hello,
I wont that images to be stored in folder with id of pazient for example c:/orthanc/12345/stydu/images.Its posibile do be save like this?because now are not grouped by pazient only when you downlod you can see image group by pazient and study.
Hi, Onaska!
I’m afraid what you want is a slightly different storage plugin. I understand it’s doable if you create your own FileSystemStorage plugin.
I don’t believe it’s too hard do code such a plugin.
Best,
Luiz
Hello,
Please have a look at the “AutoClassify” sample written in Python, that takes advantage of the REST API of Orthanc to copy the content of an Orthanc server to some hierarchy of folders:
https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/AutoClassify.py