comparison Sphinx/source/plugins.rst @ 470:90e6c20cef1e

indexing orthanc-gdt python plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2020 16:53:18 +0200
parents 938206110483
children 4f076a3b9934
comparison
equal deleted inserted replaced
469:46949efa5818 470:90e6c20cef1e
68 .. _plugins-contributed: 68 .. _plugins-contributed:
69 69
70 Index of the contributed plugins 70 Index of the contributed plugins
71 -------------------------------- 71 --------------------------------
72 72
73 C/C++ plugins
74 ^^^^^^^^^^^^^
75
73 * `AWS S3 storage plugin 76 * `AWS S3 storage plugin
74 <https://github.com/radpointhq/orthanc-s3-storage>`__: This plugin 77 <https://github.com/radpointhq/orthanc-s3-storage>`__: This plugin
75 by `Radpoint <https://radpoint.pl/>`__ makes Orthanc store its 78 by `Radpoint <https://radpoint.pl/>`__ makes Orthanc store its
76 DICOM files into an `Amazon S3 bucket 79 DICOM files into an `Amazon S3 bucket
77 <https://en.wikipedia.org/wiki/Amazon_S3>`__. 80 <https://en.wikipedia.org/wiki/Amazon_S3>`__.
81
78 * `DWV Orthanc Plugin 82 * `DWV Orthanc Plugin
79 <https://github.com/ivmartel/dwv-orthanc-plugin>`__: This plugin by 83 <https://github.com/ivmartel/dwv-orthanc-plugin>`__: This plugin by
80 Yves Martelli is based on `dwv 84 Yves Martelli is based on `dwv
81 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a 85 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a
82 Web viewer of DICOM images. 86 Web viewer of DICOM images.
87
83 * Another Web viewer is provided courtesy of `Emsy Chan 88 * Another Web viewer is provided courtesy of `Emsy Chan
84 <https://groups.google.com/d/msg/orthanc-users/EC5Z2KaM4Hs/MG3KkzhCDAAJ>`__. 89 <https://groups.google.com/d/msg/orthanc-users/EC5Z2KaM4Hs/MG3KkzhCDAAJ>`__.
90
85 * `VPI Reveal <https://www.vpireveal.com/>`__ provides a plugin to 91 * `VPI Reveal <https://www.vpireveal.com/>`__ provides a plugin to
86 "write the DICOM records in a normal Windows-readable file hierarchy 92 "write the DICOM records in a normal Windows-readable file hierarchy
87 (patient-study-series-DICOM file) at a location called 93 (patient-study-series-DICOM file) at a location called
88 ``VPIStorage`` that can then be imported into VPI Reveal." `Check 94 ``VPIStorage`` that can then be imported into VPI Reveal." `Check
89 out their source code 95 out their source code
90 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins/orthancVPIRevealPlugin>`__. 96 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins/orthancVPIRevealPlugin>`__.
97
91 * `Doc Cirrus <https://www.doc-cirrus.com/>`__ is working on `MongoDB 98 * `Doc Cirrus <https://www.doc-cirrus.com/>`__ is working on `MongoDB
92 <https://en.wikipedia.org/wiki/MongoDB>`__ database plugins. Check 99 <https://en.wikipedia.org/wiki/MongoDB>`__ database plugins. Check
93 out their `source code 100 out their `source code
94 <https://github.com/Doc-Cirrus/orthanc-mongodb>`__ and the 101 <https://github.com/Doc-Cirrus/orthanc-mongodb>`__ and the
95 `associated description 102 `associated description
96 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins/orthanc-mongodb>`__. 103 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins/orthanc-mongodb>`__.
104
105 Python plugins
106 ^^^^^^^^^^^^^^
107
108 * Julian Hartig maintains a `Python plugin
109 <https://github.com/crispinus2/orthanc-gdt>`__ called
110 ``orthanc-gdt``, in order to glue Orthanc to the `GDT interface most
111 German AIS <https://en.wikipedia.org/wiki/XDT>`__
112 (Arztinformationssysteme - as opposed to e.g. the RIS used by
113 radiologists) use for communicating with external applications and
114 devices. This topic is further discussed on the `Orthanc Users forum
115 <https://groups.google.com/d/msg/orthanc-users/NO7MnWzKsAc/5hEVxymWBQAJ>`__.
116
117
118 Other
119 ^^^^^
120
97 * Check out the `OrthancContributed repository on GitHub 121 * Check out the `OrthancContributed repository on GitHub
98 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__, that 122 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__, that
99 might contain plugins that are not tracked in this list. 123 might contain plugins that are not tracked in this list.
100 124
101 *Remark:* Do not hesitate to `contact us 125 * **Important:** Do not hesitate to `contact us
102 <https://www.orthanc-server.com/static.php?page=contact>`__ if you have 126 <https://www.orthanc-server.com/static.php?page=contact>`__ if you
103 developed a plugin so that we can promote it in the list above! 127 have developed a plugin so that we can promote it in the list above!