View in #ohif on Slack
@Aman_Patel: Hello team, you guys are doing great work. I had a quick question.
If I have a protected S3 URL that hosts a DICOM file. This url will be secured / signed. It will time out after a fixed period of time for security.
Is it possible to use a self hosted OHIF viewer such that it can show this DICOM file (streamed) in the browser without hosting a complete PACS ? Obviously there are downsides to this approach but for our needs, this simplifies the setup and solves our needs.
@Bill_Wallace: Take a look at static dicomweb - it hosts the DICOMweb files, which are quite a bit easier for a viewer to digest than the raw Part 10 files.
It has a deploy to s3 already.
@Aman_Patel: https://github.com/RadicalImaging/static-dicomweb
RadicalImaging/Static-DICOMWeb
I’ll take a look, thank you so much!