-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Feature Request] Adding data source dynamically from my own backend API #4710
Comments
To create a dynamic data source, you can use some pretty useful hooks. Check out the documentation at https://docs.ohif.org/configuration/dataSources/configuration-ui and take a look at the |
Hey @sedghi, thanks for the reply. I have read docs you referred. But in order to attach customized module like in Btw, about the |
I think the proxy data source is the only option you have, basically you specify the data source in a url to grab https://docs.ohif.org/configuration/datasources/dicom-web-proxy/ |
What feature or change would you like to see made?
I want to use OHIF Viewer as an iframe inside my Hospital Information Management System App. In my app I want to have a setting page for configuring data sources, and able to add as many data sources as I can. Thus, I want to initialize the data sources array based on data source array that I save on my own backend server through an gateway API. I'm gonna use the Data Source Configuration object, like using DicomWebConfig type, and save it as my backend object to make sure everything is synced. Is this possible? if so please let me know the best practice. Thanks! :)
Why should we prioritize this feature?
Based on my understanding, this will make the viewer be more flexible in terms of how it can interacts with multiple data sources from backend server sources.
The text was updated successfully, but these errors were encountered: