Load studies of a patient
- I want to load multiple studies in the OHIF viewer on the main page where the viewport is visible and tools can be utilized.
- using the OHIF V3
Hi @Mamta92,
Multiple studies (multiple study instance uids) can be passed in the URL separated with a comma. For example,
These are just two studies. Consider a patient can have 200 studies, using this URL route might not be a good way as a URL limit can be reached. The URL would have 200 study ids included. Is this tested for large datasets?
Is there any alternative way?