Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cine Tool Implementation #149

Open
siyamkumar opened this issue Aug 17, 2022 · 2 comments
Open

Cine Tool Implementation #149

siyamkumar opened this issue Aug 17, 2022 · 2 comments

Comments

@siyamkumar
Copy link

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?

@pooch-tonic
Copy link

pooch-tonic commented Mar 9, 2023

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

@JetJacobs
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants