Is it possible to configure the Orthanc so that it stores images as dcm4chee does, for example, that is, in folders by year, month, and day?
Приветствую). Также волновал этот вопрос, написал на почту создателю, он мне посоветовал создать тему в этой группе, чтобы они видели, в чём нуждается комьюнити.
Хранение файлов в иерархическом типе (“Year folder - Month folder -Day folder - Patient folder”) дало бы очень много преимуществ, а так как это есть сейчас, не даёт возможности даже скрипт написать который бы удалял данные старше 5 лет или делал бы бекап. Сервер то работает отлично, лучше чем все другие варианты что я перепробовал, но вот эта лажа с тем как данные хранятся - это жесть)) Ещё интересен вопрос, как можно Orthanc заставить сделать переиндексацию базы, если это конечно возможно, а если нет то вместе с режимом хранения по иерархии нужна и функция переиндексации))
Михаил: If you expect an answer from the Orthanc core developers, please use English.
Алексей: This question was asked several times on this forum. Please make a search about “WriteToDisk.lua”.
Also, you should have a look at the following FAQ in the Orthanc Book:
https://book.orthanc-server.com/faq/orthanc-storage.html#direct-access
Sébastien, thanks for your reply!
Do I understand correctly that now there is a solution only to store a duplicate folder with images? Is it possible to store in a convenient form exactly the storage of orthanc?
Do I understand correctly that now there is a solution only to store a duplicate folder with images?
Yes, but you can extend the “WriteToDisk.lua” script by removing the instances from Orthanc as they are received (by doing a “RestApiDelete()” at the end of the “OnStableSeries()” of the script) if you are only interested in a way to sort files received through the DICOM protocol.
Is it possible to store in a convenient form exactly the storage of orthanc?
Yes, it is possible, but it is not implemented yet.