Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

CINE mode not working for Multiframe DICOM images

Open adityapol1058 opened this issue 2 years ago • 2 comments

I am using the "4.12.18" version of OHIF viewer for viewing DICOM studies, series and images, and I came across an issue where multi-frame images are not being correctly rendered. I am using the JSON supplied via the '?url=' query parameter to render the images.

ohifMultiFrame

please note that the number of frames are 63 in above image but it shows only one frame. @vicOnGit75 @dannyrb @swederik

adityapol1058 avatar May 11 '22 13:05 adityapol1058

Any solution on this ?

RoshniPal avatar May 13 '22 14:05 RoshniPal

this issue is now resolved as of latest build of v3-stable and latest build of master

olivert1969 avatar Jul 01 '22 00:07 olivert1969

Please review the latest code in the master branch. I am confident that this issue has been resolved. If it persists, kindly reopen the issue with updated details.

Try viewer-dev.ohif.org instead of viewer.ohif.org Our viewer.ohif.org is deployed from release branch while viewer-dev.ohif.org is our master branch Read more about branch explanations here https://docs.ohif.org/development/getting-started#developing

sedghi avatar Oct 13 '23 02:10 sedghi

@adityapol1058 @sedghi Can you please let me know how you fixed this issue? I am using the dicom-json-generator.js script to get the json for a multi-frame dicom and the url is as -

"url": "dicomweb:http://localhost:8080/dicom-files/fcfce428_0002.DCM?frame=96"

But i only have a single dicom (.dcm) file, do i need to extract frames from this and store it under a folder? When I pass the url into the ohif viewer - https://viewer.ohif.org/viewer/dicomjson?url=http://localhost:8080/dicom-files/LIDC-IDRI-0001.json the number of frames shows up as 96, but only a single dcm file is being displayed. Any suggestion or workaround would be really helpful.

phoenixsac avatar Apr 09 '24 06:04 phoenixsac