Mercurial > hg > orthanc-transfers
annotate README @ 56:5480f176b282
fix performance warning
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 06 Feb 2023 09:28:11 +0100 |
parents | 6f504d862494 |
children | 2bdb38da2562 |
rev | line source |
---|---|
0 | 1 Transfers accelerator plugin for Orthanc |
2 ======================================== | |
3 | |
4 | |
5 General information | |
6 ------------------- | |
7 | |
8 This repository contains the source code of a plugin for Orthanc that | |
9 speeds up the transfers of DICOM instances over Internet. | |
10 | |
6
6f504d862494
documentation is in the Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
0
diff
changeset
|
11 Instructions for the compilation and usage of the plugin is part of |
6f504d862494
documentation is in the Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
0
diff
changeset
|
12 the Orthanc Book: |
6f504d862494
documentation is in the Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
0
diff
changeset
|
13 http://book.orthanc-server.com/plugins/transfers.html |
0 | 14 |
15 | |
16 Content | |
17 ------- | |
18 | |
19 * ./Framework/ - Core C++ framework | |
20 * ./Plugin/ - Source code of the plugin | |
6
6f504d862494
documentation is in the Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
0
diff
changeset
|
21 * ./Resources/ - Static resources |
0 | 22 * ./UnitTestsSources/ - Unit tests |
23 | |
24 | |
25 Licensing | |
26 --------- | |
27 | |
28 The transfers accelerator plugin for Orthanc is licensed under the | |
29 AGPL license. | |
30 | |
31 We also kindly ask scientific works and clinical studies that make | |
32 use of Orthanc to cite Orthanc in their associated publications. | |
33 Similarly, we ask open-source and closed-source products that make | |
34 use of Orthanc to warn us about this use. You can cite our work | |
35 using the following BibTeX entry: | |
36 | |
37 @Article{Jodogne2018, | |
38 author="Jodogne, S{\'e}bastien", | |
39 title="The {O}rthanc Ecosystem for Medical Imaging", | |
40 journal="Journal of Digital Imaging", | |
41 year="2018", | |
42 month="Jun", | |
43 day="01", | |
44 volume="31", | |
45 number="3", | |
46 pages="341--352", | |
47 issn="1618-727X", | |
48 doi="10.1007/s10278-018-0082-y", | |
49 url="https://doi.org/10.1007/s10278-018-0082-y" | |
50 } |