comparison README @ 0:520cba9a0d42

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 14:57:22 +0200
parents
children e517e23c9fb5
comparison
equal deleted inserted replaced
-1:000000000000 0:520cba9a0d42
1 Google Cloud Platform credentials for DICOMweb and Orthanc
2 ==========================================================
3
4
5 General Information
6 -------------------
7
8 This repository contains the source code of a plugin for Orthanc, the
9 lightweight Vendor Neutral Archive for medical imaging. This plugin
10 manages Google Cloud Platform credentials to dynamically add servers
11 to the DICOMweb plugin for Orthanc.
12
13
14 Dependencies
15 ------------
16
17 The version of the DICOMweb plugin must be above 0.7.
18
19
20 Installation and usage
21 ----------------------
22
23 Build and usage instructions are available in the Orthanc Book:
24 http://book.orthanc-server.com/plugins/google-cloud-platform.html
25
26
27 Licensing: GPLv3
28 ----------------
29
30 The Google Cloud Platform credentials plugin for Orthanc is licensed
31 under the GPLv3 license, with the OpenSSL exception:
32 http://people.gnome.org/~markmc/openssl-and-the-gpl.html
33
34 Please note that this plugin requires the DICOMweb plugin to be
35 installed, whom license is more restrictive (AGPL).
36
37 We also kindly ask scientific works and clinical studies that make
38 use of Orthanc to cite Orthanc in their associated publications.
39 Similarly, we ask open-source and closed-source products that make
40 use of Orthanc to warn us about this use. You can cite our work
41 using the following BibTeX entry:
42
43 @Article{Jodogne2018,
44 author="Jodogne, S{\'e}bastien",
45 title="The {O}rthanc Ecosystem for Medical Imaging",
46 journal="Journal of Digital Imaging",
47 year="2018",
48 month="Jun",
49 day="01",
50 volume="31",
51 number="3",
52 pages="341--352",
53 issn="1618-727X",
54 doi="10.1007/s10278-018-0082-y",
55 url="https://doi.org/10.1007/s10278-018-0082-y"
56 }