mi-kas / webDICOM

Web based DICOM viewer
119 stars 48 forks source link

Problem viewing dicom file #5

Open jolann69 opened 10 years ago

jolann69 commented 10 years ago

Hi,

I'm interested by your web viewer in html5. I have tried to open different kind of dicom files uncompressed on your demo, but i can't see any picture. The viewer is still black. Have you got an idea ? Could you give me a dicom working file ?

Thanks Thomas

GMZ commented 10 years ago

The product does not seem to load on a windows machine..... any browser. Mac os works fine

jolann69 commented 10 years ago

Thanks for your answer. Have you got an idea why it doesn't work ? On mac Os X, is it working on all browsers ?

Thanks Thomas

wittend commented 10 years ago

I experience the same problem. On two Win7 32bit / Chrome 31.0.1650.63 m machines I see no images from a GE Centricity / Merge efilmLite referral DVD. It acts as if images are there, but doesn't display them either in the tree or as image bitmaps. I see no indication of errors or warnings in the Chrome Developer's Tools console, But the "alt' text saying 'your browser does not support HTML5 Canvas' may be present (I can't see it with the black background).

I get much the same behavior using Firefox 26 on the same machines. The Firebug console reports lots of deprecated syntax, but no show-stoppers.

Unsurprisingly, MS IE 11 is worse, displaying nothing in the viewer part of the display, not even the buttons. It too reports no errors in the Debug console.

What platform is used for testing? This would be very nice for one of my non-profit clients if it worked. I would be happy to assist with cross-platform testing on the major Windows browsers, Linux, and some Android clients if you would like.

Dave

madhu131313 commented 10 years ago

Finally working in windows after doing a Hack !!

in DcmViewer.js change the dcmList array from local variable to global variable


Edit

In the same file one need to remove if condition containing content type of dcm to work in windows

jolann69 commented 10 years ago

Thanks , it is a good news ! I will try it Thomas

2014-07-24 6:54 GMT+02:00 madhu131313 notifications@github.com:

Finally working in windows after doing a Hack !!

in DcmViewer.js change the dcmList array from local variable to global variable

that is remove 'var' keyword before

— Reply to this email directly or view it on GitHub https://github.com/mi-kas/webDICOM/issues/5#issuecomment-49967516.

mi-kas commented 9 years ago

@madhu131313 Can you make a pull request?

madhu131313 commented 9 years ago

@mi-kas Sorry I didn't get you ?

mi-kas commented 9 years ago

@madhu131313 can you push your fixed version to the repo?

edacgq commented 8 years ago

dicomparse is empty when you download the source code throw zip download . download throw git clone

edacgq commented 8 years ago

yes this file is not found in downloaded .zip file

在 2015-12-11 00:11:46,"chien-vu" notifications@github.com 写道:

@edacgq : do you mean this file is empty: https://github.com/Infogosoft/jsdicom-lib/blob/master/src/dicomparser.js

— Reply to this email directly or view it on GitHub.

finanshow commented 8 years ago

Hi @madhu131313 as you mentioned in DcmViewer.js change the dcmList array from local variable to global variable. I've tried. It still doesn't work.

madhu131313 commented 8 years ago

Hey, Sorry currently I am busy with other projects and don't have the code or remember anything about that, but I remember fixing it.

Thanks and Regards,

Madhu Sudhan Co-Founder, PutPeace

On Tue, May 31, 2016 at 12:16 PM, finanshow notifications@github.com wrote:

Hi @madhu131313 https://github.com/madhu131313 as you mentioned in DcmViewer.js change the dcmList array from local variable to global variable. I've tried. It still doesn't work.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mi-kas/webDICOM/issues/5#issuecomment-222605397, or mute the thread https://github.com/notifications/unsubscribe/ABqCpIGhb7y9aLZLNsuksEWQiFlrkjLeks5qG9lhgaJpZM4BHWsO .

finanshow commented 8 years ago

@madhu131313 thanks for your reply. I'm work on it. Once I find a way , I will update it.

agrigorian commented 7 years ago

Hi guys Just wondering if anyone fixed this issue. I just downloaded sours-code and can't view the dicom files. Demo site: http://mi-kas.github.io/webDICOM/demo/ doing the same.

p.s. I think I found the issue: in DcmViewer.js the fileList[i].type returning empty string so procedure can't reach to dcmList.push(fileList[i]);

mrTonyH commented 6 years ago

Hello, Just wondering if work was still being done on this? I am having a look at the dicom Browser. I've currently downloaded the source code using windows 7 platform with latest Google Chrome v64 and I cannot get the browser to view the dcm images. Has anyone actually been able to resolve the issues on Windows based platform please.

Any help would be appreciated!! Thanks Tony