RadicalImaging / ohif-aws-healthimaging

MIT License
24 stars 12 forks source link

ImageSetID URL query param is ignored #27

Closed JeffersonCurveBeam closed 8 months ago

JeffersonCurveBeam commented 9 months ago

Currently we have the following setup with AWS HealthImaging


We are finding that the OHIF DICOM Viewer with ohif-aws-healthimaging configured will load all of these scans - regardless of whether imageSetID URL query param is provided or not.

Intuitively we expect that setting the imageSetID param would only load the single scan with the specified imageSetID. This is not the case. All the scans with different imageSetID but same StudyInstanceUID will be loaded.

JeffersonCurveBeam commented 9 months ago

Created a PR for this - https://github.com/RadicalImaging/ohif-aws-healthimaging/pull/29