0
|
1 Database plugins for Orthanc
|
|
2 ============================
|
|
3
|
|
4
|
|
5 General Information
|
|
6 -------------------
|
|
7
|
|
8 This repository contains the source code of various database plugins
|
|
9 for Orthanc, the lightweight, RESTful DICOM server. These plugins
|
|
10 enable Orthanc to store its index and its storage area within
|
|
11 well-known relational databases systems (RDBMS).
|
|
12
|
|
13
|
|
14 Content
|
|
15 -------
|
|
16
|
|
17 * ./Framework/ : code shared by all the plugins
|
|
18 * ./MySQL/ : index and storage plugins for MySQL
|
|
19 * ./PostgreSQL/ : index and storage plugins for PostgreSQL
|
|
20 * ./SQLite/ : index plugin for SQLite (for experimentation)
|
|
21
|
|
22 If you downloaded this project as a versioned release package
|
|
23 (.tar.gz) focused on one given RDBMS, you will only find the folders
|
|
24 that are related to this specific RDBMS. The full source code is
|
|
25 available at:
|
|
26 https://bitbucket.org/sjodogne/orthanc-databases/
|
|
27
|
|
28
|
|
29 Older releases of PostgreSQL
|
|
30 ----------------------------
|
|
31
|
|
32 This repository supersedes the older "orthanc-postgresql" repository
|
|
33 that was only focused on PostgreSQL.
|
|
34
|
|
35 Releases <= 2.1 of the PostgreSQL plugins can still be found at:
|
|
36 https://bitbucket.org/sjodogne/orthanc-postgresql/
|
|
37
|
|
38
|
|
39 Licensing
|
|
40 ---------
|
|
41
|
|
42 The database plugins for Orthanc are licensed under the AGPL license.
|
|
43
|
|
44 We also kindly ask scientific works and clinical studies that make
|
|
45 use of Orthanc to cite Orthanc in their associated publications.
|
|
46 Similarly, we ask open-source and closed-source products that make
|
|
47 use of Orthanc to warn us about this use. You can cite our work
|
|
48 using the following BibTeX entry:
|
|
49
|
|
50 @Article{Jodogne2018,
|
|
51 author="Jodogne, S{\'e}bastien",
|
|
52 title="The {O}rthanc Ecosystem for Medical Imaging",
|
|
53 journal="Journal of Digital Imaging",
|
|
54 year="2018",
|
|
55 month="Jun",
|
|
56 day="01",
|
|
57 volume="31",
|
|
58 number="3",
|
|
59 pages="341--352",
|
|
60 issn="1618-727X",
|
|
61 doi="10.1007/s10278-018-0082-y",
|
|
62 url="https://doi.org/10.1007/s10278-018-0082-y"
|
|
63 }
|