Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with OHIF standalone Viewer #10

Closed
Zaid-Safadi opened this issue Oct 28, 2017 · 1 comment
Closed

Integrate with OHIF standalone Viewer #10

Zaid-Safadi opened this issue Oct 28, 2017 · 1 comment

Comments

@Zaid-Safadi
Copy link
Member

The standalone OHIF viewer now supports passing a URL parameter to a JSON file that contains the studies/series/images to be displayed. Issue #91

Create an endpoint in the DICOMcloud that receives a StudyInstanceUID and returns JSON data based on the format supporting by the

This will allow the studies in the DICOMcloud be directly viewable in the standalone OHIF viewer by providing the endpoint URL to a study and returning the JSON data for the viewer to consume.

@Zaid-Safadi
Copy link
Member Author

This has been implemented and updated the documentation.

The standalone OHIF viewer supports passing a URL parameter to a JSON data that contains the studies/series/images to be displayed. Issue #91

The DICOMcloud implemented a REST API that supports providing the JSON data expected by the viewer to display an entire study.

A StudyInstanceUID is the only parameter needed to call this input, e.g.: https://dicomcloud.azurewebsites.net//ohif/study/*{studyUid}*/series

You can read more about this feature in the docs here:
https://dicomcloud.github.io/docs/ohif-integration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant