Load viewer without image

Describe Your Question

Is it possible to load a mode view without a study and add an input type file inside the view to load a local file, which can trigger the viewport loading?

Also what key functions to be called for resetting the viewer and load a new set of files when chosen upon the input?

I have loaded the local viewer based on a local dicom file. However, I am looking for loading another dicom file after the viewer has been loaded, by an extension to enable an input field.

Now I am struggling to load the file selected upon input into the left panel and viewport consequently upon selection.

Is there a way to do this?

Any help is highly appreciated.

Hello @algates90 and welcome to the forum.

If I understand your question correctly you are looking for the studies/series loaded via your right side panel to appear as thumbnails in the left panel correct?

If so, then the right panel would have to process the files uploaded similar to what filesToStudies does. Once that has been done the next step would be to create display sets from that data. One way to do that is to mimic what happens here. Once the display sets are added they should appear in the left hand panel automatically.

I hope this helps.