惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
Vercel News
Vercel News
H
Help Net Security
Martin Fowler
Martin Fowler
美团技术团队
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
小众软件
小众软件
T
Tailwind CSS Blog
WordPress大学
WordPress大学

博客园 - See Me Fly

[MVC] Code First中Migration的问题 [MVC]开篇 搭建小型邮件服务器 Visual Studio中添加Service异常 IIS7 IIS8上面运行 ASP 画圆滑的曲线连接地图上面的点 [IIS] 不能加载类型System.ServiceModel.Activation.HttpModule [DICOM] 开篇 研究SplendidCRM UnauthorizedAccessException trying to delete a file [转]C#WinForm - 立即更新静态文本Label Crystal Report 2011连接SQL Server 2008失败 Xcode: 给项目添加framework DC中用户的同步问题 用VNC连接Mac OS Xcode访问SVN服务器 Window 7访问共享目录问题 JIRA配置SSL Failed to install MSXML6 when installing SQL Server 2005 - See Me Fly
[DICOM] Download ClearCanvas Source Code
See Me Fly · 2012-09-07 · via 博客园 - See Me Fly

下面有几个产品,Workstaion, PACS,RIS, ImageServer等。有些需要License,有些是开源的。

其中开源的Community Edition中有

参考页面:https://trac.clearcanvas.ca/source/wiki/GettingTheCode 

这里写的挺详细的,不过过程中还是碰到些问题,所以再把操作的步骤写一下。

  •  Download the TortoiseHG

http://tortoisehg.bitbucket.org/download/index.html

  • Install it by default
  • Open TortoiseHg

  • Update the INI file to add folllowing:

[hostfingerprints]
sourcebrowser.clearcanvas.ca = 49:a4:93:51:27:85:f1:37:bf:32:b6:53:e0:77:31:cf:2e:af:ac:41 

Above doesn't work, so I continue to add the "certificate bundle".

  • Download "certificate bundle"

https://certs.godaddy.com/anonymous/repository.seam?streamfilename=gd_bundle.crt&actionMethod=anonymous%2Frepository.xhtml%3Arepository.streamFile%28%27%27%29&cid=150567

  •  Copy the content from 'gd_bundle.crt' to 'C:\Program Files\TortoiseHg\hgrc.d\cacert.pem'