0
|
1 Python plugin for Orthanc
|
|
2 =========================
|
|
3
|
|
4
|
|
5 General Information
|
|
6 -------------------
|
|
7
|
|
8 This repository contains the source code of a plugin to create new
|
14
|
9 plugins for Orthanc using the Python programming language, rather than
|
|
10 using C/C++.
|
0
|
11
|
|
12
|
|
13 Installation and usage
|
|
14 ----------------------
|
|
15
|
14
|
16 Build instructions and usage details are available as part of the
|
|
17 Orthanc Book:
|
0
|
18 http://book.orthanc-server.com/plugins/python.html
|
|
19
|
|
20
|
|
21 Licensing
|
|
22 ---------
|
|
23
|
|
24 The Python plugin for Orthanc is licensed under the AGPL license.
|
|
25
|
|
26 We also kindly ask scientific works and clinical studies that make
|
|
27 use of Orthanc to cite Orthanc in their associated publications.
|
|
28 Similarly, we ask open-source and closed-source products that make
|
|
29 use of Orthanc to warn us about this use. You can cite our work
|
|
30 using the following BibTeX entry:
|
|
31
|
|
32 @Article{Jodogne2018,
|
|
33 author="Jodogne, S{\'e}bastien",
|
|
34 title="The {O}rthanc Ecosystem for Medical Imaging",
|
|
35 journal="Journal of Digital Imaging",
|
|
36 year="2018",
|
|
37 month="Jun",
|
|
38 day="01",
|
|
39 volume="31",
|
|
40 number="3",
|
|
41 pages="341--352",
|
|
42 issn="1618-727X",
|
|
43 doi="10.1007/s10278-018-0082-y",
|
|
44 url="https://doi.org/10.1007/s10278-018-0082-y"
|
|
45 }
|