Load Multiple studies(belonging to a subject) in the main viewer

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,

https://viewer-dev.ohif.org/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5,1.3.6.1.4.1.25403.345050719074.3824.20170125095258.1

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?

@jbocce