ImagingDataCommons / slim

Interoperable web-based slide microscopy viewer and annotation tool
https://imagingdatacommons.github.io/slim/
Apache License 2.0
111 stars 36 forks source link

Selection of DICOM server does not work as expected #214

Open fedorov opened 2 weeks ago

fedorov commented 2 weeks ago

Steps to reproduce:

  1. Specify IDC DICOM proxy as the server in the popup: https://proxy.imaging.datacommons.cancer.gov/current/viewer-only-no-downloads-see-tinyurl-dot-com-slash-3j3d9jyp/dicomWeb -> able to connect, and worklist shows what is expected image
  2. Build the URL to point to a specific study from this server: https://slim-dmv.web.app/studies/2.25.68803095896966276583382138924964839274 -> no success

(to confirm this study is available in IDC, check this URL: https://viewer.imaging.datacommons.cancer.gov/slim/studies/2.25.68803095896966276583382138924964839274)

Checking dev console, this is the server used in the request - not the one specified in the popup: https://dicomwebproxy-bqmq3usc3a-uc.a.run.app/dicomWeb/series?Modality=SM&StudyInstanceUID=2.25.68803095896966276583382138924964839274

fedorov commented 2 weeks ago

Related to #208?