OHIF / Viewers

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

Blank Black screen when pionted to dcm4chee server #2809

Closed cunninghamb505 closed 2 years ago

cunninghamb505 commented 2 years ago

When pointing app-config.js to dcme4chee server, the page loads all black and blank. I can see via inspect below i see my study but doesnt show in page, just black.

image image

snipit of my app-config.js

servers: { dicomWeb: [ { name: 'DCM4CHEE', wadoUriRoot: 'http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado', qidoRoot: 'http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs', wadoRoot: 'http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs', qidoSupportsIncludeField: true, imageRendering: 'wadors', thumbnailRendering: 'wadors', enableStudyLazyLoad: true, supportsFuzzyMatching: true, }, ], },

running latest dcm4chee versions on their docker-compose sample

cubanitoalex commented 2 years ago

change qidoSupportsIncludeField: true, to qidoSupportsIncludeField: false, work for me.

cunninghamb505 commented 2 years ago

Thank you. !, looks like that worked !