We are thinking of a workflow where multiple hospitals push scans to a central location. A third party core lab visualizes the scans on a web viewer and marks studies as accepted or rejected.
We deployed on AWS using what is detailed in the project Orhtweb. We are trying to wrap our head around the complexity involved in solving the following issues:
- We would like to customize where the images are uploaded (i.e. each hospital uploads to its own S3 bucket and each patient’s scans are collected in a single directory associated to the patient)
- The Stone Web Viewer seems to be incapable of showing three orthogonal planes from a CCTA volumetric image – is there any other cloud viewer that could be plugged in on top of Orthanc
- What’s the lay of the land in terms of logging in through credentials?