Search code examples
c#bitmapdicomclearcanvas

How to get image from dicom file using clearcanvas in c#?


I'm developing a small project concerned with dicom imaging. In my project, a user can choose the dicom file to view, that's all. I get byte[] from dicom, but i don't know how to get image and how i show. i'm using with clearcanvas in c#. so, if u have sample or reference, please help me.


Solution

  • There has been several questions similar to this related to rendering images with ClearCanvas. Please see the answer for this question and this question.