OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
2.98k stars 3.12k forks source link

loading time of ultrasound multiframe instance[Bug] #4252

Open olivert1969 opened 1 week ago

olivert1969 commented 1 week ago

Describe the Bug

OHIF takes a long time to load an ultrasound multiframe instance

Steps to Reproduce

see https://discourse.orthanc-server.org/t/loading-time-of-the-ultrasound-sequence-file/4714 for steps to reproduce

The current behavior

Alain Mazy from Orthanc project mentioned: "each viewer loads data differently: StoneViewer frame by frame while OHIF loads the entire instance in one go".

The expected behavior

Would it be possible to make OHIF data loading a configuration option, e.g. frame by frame loading for multiframe instances? entire instance for single frame instances?

OS

Windows 11

Node version

16.x

Browser

Chrome 125.x

sedghi commented 2 days ago

We load frame by frame for each instance, if you look at this study

https://viewer-dev.ohif.org/viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2723277605.10168.1676054414.178

and open network panel

and double click on different series

CleanShot 2024-06-28 at 13 46 46@2x

you will see above which is requesting each instance separately for wadors. Wadouri is another topic