Mercurial > hg > orthanc-transfers
annotate README @ 73:0a18367a3358 OrthancTransfers-1.5
1.5
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 26 Mar 2024 11:06:52 +0100 |
parents | 2f162e8b19ba |
children |
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: |
66
2f162e8b19ba
migration to UCLouvain servers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
61
diff
changeset
|
13 https://orthanc.uclouvain.be/book/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 | |
61 | 25 Contributing |
26 ------------ | |
27 | |
28 Instructions for contributing to the Orthanc project are included in | |
29 the Orthanc Book: | |
66
2f162e8b19ba
migration to UCLouvain servers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
61
diff
changeset
|
30 https://orthanc.uclouvain.be/book/developers/repositories.html |
61 | 31 |
32 | |
0 | 33 Licensing |
34 --------- | |
35 | |
36 The transfers accelerator plugin for Orthanc is licensed under the | |
37 AGPL license. | |
38 | |
39 We also kindly ask scientific works and clinical studies that make | |
40 use of Orthanc to cite Orthanc in their associated publications. | |
41 Similarly, we ask open-source and closed-source products that make | |
42 use of Orthanc to warn us about this use. You can cite our work | |
43 using the following BibTeX entry: | |
44 | |
45 @Article{Jodogne2018, | |
46 author="Jodogne, S{\'e}bastien", | |
47 title="The {O}rthanc Ecosystem for Medical Imaging", | |
48 journal="Journal of Digital Imaging", | |
49 year="2018", | |
50 month="Jun", | |
51 day="01", | |
52 volume="31", | |
53 number="3", | |
54 pages="341--352", | |
55 issn="1618-727X", | |
56 doi="10.1007/s10278-018-0082-y", | |
57 url="https://doi.org/10.1007/s10278-018-0082-y" | |
58 } |