react-cornerstone-viewport icon indicating copy to clipboard operation
react-cornerstone-viewport copied to clipboard

Loading indicator as you scroll through series for wado images

Open jamesdigid opened this issue 3 years ago • 1 comments

I am looking for suggestions on loading as many or all images of a study as to not pop the loading indicator as you scroll through the series of a study. The loading indicator pulls away from the attention of the doctor reviewing a study.

Lets presume an avg study has about 250~ dicom images. Can this be loaded in such a way as to not pop the loading indicator?

Thanks in advance

jamesdigid avatar Jun 28 '21 15:06 jamesdigid

I'm not a maintainer on this project, but if you still have this issue try adding a custom loading component that loads nothing. I used this to fix an issue I was having with the loading.

<CornerstoneViewport loadingIndicatorComponent={() => <></>}/>

If this doesn't work for you you will likely have to wait for another fix.

JetJacobs avatar May 11 '22 13:05 JetJacobs