I recently got involved in a PoT about AWS HealthImaging (AHI) service (formerly known as AWS HealthLake). After a quick look I realised that out of the box it only supports DICOMWeb WADO-RS. As a result, the only way to connect it to a running 3DSlicer is by deploying additional solutions that expose a DICOM QIDO endpoint on top of an AHI datastore. Am I correct in my assumption?
Currently, is there any other way (maybe via an extension) to connect to AHI, search and retrieve DICOM images? If not, is it on your roadmap, or you believe that the DICOMWeb capability is something that needs to be addressed from AWS team?
Hi - As it happens, yes, I did work with some folks at AWS a few years ago to make a prototype that worked well with AWS AHI with an abstraction that also works with standard DICOMweb in the Slicer DICOM database.
The key things this provides are async/parallel frame access and decompression plus virtualized access to large datasets (only the metadata is pulled onto your local machine and then image frames are pulled down on-demand.
We did enough of a proof of concept to show at RNSA but haven’t fully wrapped this up in a release version. It would be great if someone wants to pick up on this.