cornerstonejs / react-cornerstone-viewport

Cornerstone medical image viewport component for React
https://react.cornerstonejs.org/
MIT License
96 stars 74 forks source link

Loading indicator as you scroll through series for wado images #121

Open jamesdigid opened 3 years ago

jamesdigid commented 3 years ago

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

JetJacobs commented 2 years ago

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.