comparison README @ 0:02f7a0400a91

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Feb 2015 13:45:35 +0100
parents
children 902dedf9882a
comparison
equal deleted inserted replaced
-1:000000000000 0:02f7a0400a91
1 Web Viewer plugin for Orthanc
2 =============================
3
4
5 General Information
6 -------------------
7
8 This repository contains the source code of a plugin implementing a
9 Web viewer for Orthanc, the lightweight, RESTful DICOM server.
10
11
12 Dependencies
13 ------------
14
15 The Web viewer is based upon the following projects:
16
17 * Cornerstone, a client-side JavaScript library to display medical
18 images in Web browsers, by Chris Hafey <chafey@gmail.com>:
19 https://github.com/chafey/cornerstone
20
21 * GDCM, an open-source implementation of the DICOM standard with
22 advanced features for image decoding, by Mathieu Malaterre
23 <mathieu.malaterre@gmail.com>:
24 http://sourceforge.net/projects/gdcm/
25
26
27 Supported Platforms
28 -------------------
29
30 Currently, the supported platforms are:
31
32 * Linux 32bit.
33 * Linux 64bit.
34 * Windows 32bit.
35
36
37 Build Instructions
38 ------------------
39
40 See: ./Resources/BuildInstructions.txt
41
42
43 Licensing
44 ---------
45
46 The Web viewer plugin for Orthanc is licensed under the AGPL license.
47
48 We also kindly ask scientific works and clinical studies that make
49 use of Orthanc to cite Orthanc in their associated publications.
50 Similarly, we ask open-source and closed-source products that make
51 use of Orthanc to warn us about this use. You can cite our work
52 using the following BibTeX entry:
53
54 @inproceedings{Jodogne:ISBI2013,
55 author = {Jodogne, S. and Bernard, C. and Devillers, M. and Lenaerts, E. and Coucke, P.},
56 title = {Orthanc -- {A} Lightweight, {REST}ful {DICOM} Server for Healthcare and Medical Research},
57 booktitle={Biomedical Imaging ({ISBI}), {IEEE} 10th International Symposium on},
58 year={2013},
59 pages={190-193},
60 ISSN={1945-7928},
61 month=apr,
62 url={http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6556444},
63 address={San Francisco, {CA}, {USA}}
64 }