Hello,
I store studies from diffirent hospitals in one central orthanc server.
Doctors use VPN to connect to it and download studies.( using WADO or pure DICOM)
Is it possible to filter incomig request base on incoming IP and study tag.
example:
Study A
Tag: InstitutionName: HospitalA
Study B
Tag: InstitutionName: HospitalB
DoctorA IP 10.111.111.1
DoctorB IP 10.111.111.2
i want DoctorA to see only studies from HospitalA and doctorB only studies from HospitalB
Greetings
Krzysiek
Hi,
User-right management is just for the access to the Orthanc server, but not fined grained to the client IP address or filters on DICOM tags depending on who is connected to Orthanc.
Your case might fall into following use case: https://book.orthanc-server.com/faq/improving-interface.html
Long story short, you’ll need to develop your own front-end to achieve your goal.
Cheers,
Michel
Ok thanks…that is what I thought so let’s start to code
śr., 1 kwi 2020, 09:59 użytkownik Michel Rozpendowski <mro@osimis.io> napisał: