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

推荐订阅源

博客园_首页
博客园 - 【当耐特】
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
D
Docker
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
罗磊的独立博客
小众软件
小众软件
A
About on SuperTechFans
MyScale Blog
MyScale Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
C
Check Point Blog
L
LangChain Blog

博客园 - 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'