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

Cine Tool Implementation

Open siyamkumar opened this issue 3 years ago • 2 comments

Im trying use this plugin inside my react application, where the user uploads Dicom file. Even though the DCM is multi frame, viewport renders only the first frame. Any idea on this?

siyamkumar avatar Aug 17 '22 15:08 siyamkumar

Up, having the same issue here. I know it's been a while since the original post, but if you have found a solution please let me know.

Got my sample dcm file from here : https://www.rubomedical.com/dicom_files/dicom_viewer_0002.zip

pooch-tonic avatar Mar 09 '23 06:03 pooch-tonic

Not sure if this is what you need, but https://react.cornerstonejs.org/grid. This shows at least the play portion.

As far as going in reverse, or frame by frame on click you would probably have to configure the image loader to cache the images as a stack and manually update the imageIdIndex backwards on an interval.

Perhaps this could be added as a prop to the viewport as playInReverse or something.

JetJacobs avatar Mar 31 '23 22:03 JetJacobs