OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.13k stars 3.3k forks source link

CINE mode not working for Multiframe DICOM images #2799

Closed adityapol1058 closed 12 months ago

adityapol1058 commented 2 years ago

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

RoshniPal commented 2 years ago

Any solution on this ?

olivert1969 commented 2 years ago

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

sedghi commented 12 months ago

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

phoenixsac commented 6 months ago

@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.

keyhooon commented 2 months ago

i have same problem, i dont know how this is fixed????