-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (32 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
PostgreSQL plugins for Orthanc
==============================
General Information
-------------------
This repository contains the source code of 2 plugins for Orthanc, the
lightweight, RESTful DICOM server. These 2 plugins enable Orthanc to
store its files and its index as PostgreSQL databases.
Supported Platforms
-------------------
Currently, the supported platforms are:
* Linux 32bit.
* Linux 64bit.
* Windows 32bit.
Licensing
---------
The PostgreSQL plugins for Orthanc are licensed under the AGPL license.
We also kindly ask scientific works and clinical studies that make
use of Orthanc to cite Orthanc in their associated publications.
Similarly, we ask open-source and closed-source products that make
use of Orthanc to warn us about this use. You can cite our work
using the following BibTeX entry:
@inproceedings{Jodogne:ISBI2013,
author = {Jodogne, S. and Bernard, C. and Devillers, M. and Lenaerts, E. and Coucke, P.},
title = {Orthanc -- {A} Lightweight, {REST}ful {DICOM} Server for Healthcare and Medical Research},
booktitle={Biomedical Imaging ({ISBI}), {IEEE} 10th International Symposium on},
year={2013},
pages={190-193},
ISSN={1945-7928},
month=apr,
url={http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6556444},
address={San Francisco, {CA}, {USA}}
}