Multitenanct Web UI?

Hello,

we’re a radiology and want to provide a dicom web viewer to referring physicians via Orthanc.
Due to data protection rules those doctors should only be able to view/access the studies of their patients by the web ui.

My first idea: run multiple instances of Orthanc (one for each referring physician) and route the images via “ReferringPhysicianName” (0008,0090) to the corresponding instances.
But I wonder if this could also be accomplished with only one instance using Lua filters, authorization plugins, etc.
So basically a multitenant Orthanc.

Did anyone have similar requirements and was able to solve this?
How would the Orthanc pros tackle this problem?

Have a nice weekend

Björn

Hello

You should take look at this setup. It offers access permissions based on roles. Thanks to the orthancteam

I went with the first idea because it might be the simplest solution. Thank you anyway