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
|
115
|
21 Contributing
|
|
22 ------------
|
|
23
|
|
24 Instructions for contributing to the Orthanc project are included in
|
|
25 the Orthanc Book:
|
|
26 https://book.orthanc-server.com/developers/repositories.html
|
|
27
|
|
28
|
0
|
29 Licensing
|
|
30 ---------
|
|
31
|
|
32 The Python plugin for Orthanc is licensed under the AGPL license.
|
|
33
|
|
34 We also kindly ask scientific works and clinical studies that make
|
|
35 use of Orthanc to cite Orthanc in their associated publications.
|
|
36 Similarly, we ask open-source and closed-source products that make
|
|
37 use of Orthanc to warn us about this use. You can cite our work
|
|
38 using the following BibTeX entry:
|
|
39
|
|
40 @Article{Jodogne2018,
|
|
41 author="Jodogne, S{\'e}bastien",
|
|
42 title="The {O}rthanc Ecosystem for Medical Imaging",
|
|
43 journal="Journal of Digital Imaging",
|
|
44 year="2018",
|
|
45 month="Jun",
|
|
46 day="01",
|
|
47 volume="31",
|
|
48 number="3",
|
|
49 pages="341--352",
|
|
50 issn="1618-727X",
|
|
51 doi="10.1007/s10278-018-0082-y",
|
|
52 url="https://doi.org/10.1007/s10278-018-0082-y"
|
|
53 }
|