Hi all,
we are just starting the evaluation of Orthanc Server as a solution for viewing DICOM images in our application.
We currently have this scenario: many different customers have different instances of our own application and they all want to view DICOM images.
We integrate OHIF viewer together with Orthanc API in our codebase, so each application is able to view DICOM images and anonymize them.
Our issue now is: how could we separate different images for different customers (i.e. allowing each customer to only work on its own images).
Do we need multiple different instances of Orthanc running (one instance per customer) or there are best practices for sharing single instance between different customers?
I read that we can secure Orthanc (creating ACLs that allow different rights to different users) but I don't understand if it is possible to let each user access his own uploaded files.
Can you give me some hints?
Thanks a lot.
Stefano