简体   繁体   English

clearcanvas dicom图像查看器

[英]clearcanvas dicom image viewer

How can I use the clear canvas Image Viewer component with my project. 如何在项目中使用透明画布图像查看器组件。 Say, I am going to create a windows application. 说,我打算创建一个Windows应用程序。 I just created a Form1. 我刚刚创建了一个Form1。 How can I drag and drop the ClearCanvas viewer to my project 如何将ClearCanvas查看器拖放到我的项目中

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". 来自clearcanvas论坛的大多数高级成员说“图像浏览器不适合在其他应用程序中使用”。 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. 简单的方法是在应用程序中添加Dll并创建自己的imageviewer。 Those dlls will produce a bitmap file from Dicom image and you can show it in your application. 这些dll将从Dicom图像生成一个位图文件,您可以在应用程序中显示它。 I have some sample code. 我有一些示例代码。 I used it in that way. 我以这种方式使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM