Configure Google Healthcare extension?
See original GitHub issueOur webapp presents the user with a list of DICOM studies related to cases in a cohort that the user has created based on various criteria. The user can then select a one more studies to view in separate tabs. In our current implementation, using OHIF 1.x, I just pass the study ID in the URL. BTW, we don’t expose the studylist button.
I’m interested in moving to Google Healthcare as our PACS, but don’t see a similar ability to command OHIF 2.0 to open a specific study in a chc datastore via the URL. Ideally, I think I’d like to be able to set the default project/location/dataset/dicomstore in a config file, but then override any of those in the URL. E.G., having configured the default project/location/dataset/dicomstore as chc-tcia/us-central1/foo/bar, I could then override the dataset/dicomstore in the URL. Something like:
https://viewer.ohif.org/dataset/tcga-brca/dicomstore/tcga-brca/StudyInstanceUID/1.3.6...
Is there any such functionality now or planned?
Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top GitHub Comments
Hi @dannyrb - It would be ideal if one could visit the url @bcli4d provided and then get redirected to a google oauth login / permissions page. Then if you have permissions you would get redirected back to the ohif viewer with the correct tokens to access the study in the original url. There shouldn’t need to be any custom servers involved.
+1 I’d like that functionality too but I don’t believe it’s available yet. It would be great if someone could add an example.