implement a dicom viewer using asp.net + C#
-
hi, I want to implement a dicom viewer using asp.net + C#. i want it for my web application. I am new to this one.. Plz help me..
-
hi, I want to implement a dicom viewer using asp.net + C#. i want it for my web application. I am new to this one.. Plz help me..
Sorry I might not help you :sigh: but I am interested to know what is 'dicom viewer'?
Thanks, Arindam D Tewary
-
Sorry I might not help you :sigh: but I am interested to know what is 'dicom viewer'?
Thanks, Arindam D Tewary
hi, happy to see Ur interest. :) Dicom viewer is one type of codec for displaying dicom images(one type of image format).dicom images specially used in medical science. like CT scan,Brain etc.
-
hi, happy to see Ur interest. :) Dicom viewer is one type of codec for displaying dicom images(one type of image format).dicom images specially used in medical science. like CT scan,Brain etc.
Hi, did you find any control to show this kind of images? i'm interested to know more
Regards, Jamil
-
hi, I want to implement a dicom viewer using asp.net + C#. i want it for my web application. I am new to this one.. Plz help me..
If you are just interested in displaying dicom images, you can export or extract the image inside the dicom file, in .BMP, .JPG or whatever format you want, and use any regular image viewer. I´ve done some tests using this approach and binding images to asp:image and ImageButton succesfuly. If you tell me how are you dealing with dicom files (if you are using some library or stuff like that), i might help you with this topic. Regards, Pablo.-