ClearcanvasCodeDownload
Luo chaohui (http://www.cnblogs.com/kesalin)
This article follows the "signature-non-commercial use-consistency" creation public agreement
Clearcanvas is a well-known open-source PACS.Program, Written in C #. its official website is http://www.clearcanvas.ca /. Its version management tool uses mercurial (SVN was used in the past). The official website provides an English description of mercurial, which has never been used before, now, record the download clone process. It may be helpful for later users.
Note: This article only describes how to clone the code repository in a Windows environment. It is estimated that not many people develop C # on other platforms.
1, download tortoisehg, the above link is tortoisehg official website, if the speed is not powerful, you can switch to the following link to download the corresponding version: http://mercurial.selenic.com/downloads/
2. Create a clearcanvas directory, right-click the directory, and select tortoisehg-> global settings:
Then, in the pop-up Setting dialog box, click Edit file to add the following content:
[Hostfingerprints]
Sourcebrowser. clearcanvas. CA =49: A4:93:51:27:85: F1:37: BF:32: B6:53: E0:77:31: Cf: 2E: AF: AC:41
As shown in:
3. Create the Xian and xianrefs directories under the clearcanvas directory, right-click the Xian directory, select tortoisehg-> clone, and enter "Export" in the source! This process is long. Please wait.
Download xianrefs (the third-party library file used by clearcanvas or something), click the xianrefs directory, right-click the Xian directory, select tortoisehg-> clone, and enter "Export" in the source.