Describe Your Question
I have an S3 that contains p10 dcm file
let’s say I have a folder with single frame p10 files, each frame has two versions 001.dcm and 001-sd.dcm
I would like to load the sd files first, then load the hd (with no -sd) after that.
I read the documentation with as much details as possible, but I got the impression that the progressive loading documentation is mostly talking about using webDicom server, not file system storage such as S3.
if you may please give me any hints.
I will be more than glad to share snippets of my code if needed.
not sure if those details help
I’m using React JS (not TS)
and WADO loader