How can I use the clear canvas Image Viewer component with my project. Say, I am going to create a windows application. I just created a Form1. How can I drag and drop the ClearCanvas viewer to my project
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot use it in this way. I already tried it before. Most senior members from the clearcanvas forum said “that imageviewer is not designed for using in other application”.
You need to change a lot of code if you want to use it. The simple way is to add their Dlls in your application and create your own imageviewer. Those dlls will produce a bitmap file from Dicom image and you can show it in your application. I have some sample code. I used it in that way.