# HG changeset patch # User Sebastien Jodogne # Date 1596552798 -7200 # Node ID 90e6c20cef1e4dae9345a0b848714a8ecdce5429 # Parent 46949efa5818f97abdda973c497101d1af362007 indexing orthanc-gdt python plugin diff -r 46949efa5818 -r 90e6c20cef1e Sphinx/source/plugins.rst --- a/Sphinx/source/plugins.rst Tue Aug 04 16:42:11 2020 +0200 +++ b/Sphinx/source/plugins.rst Tue Aug 04 16:53:18 2020 +0200 @@ -70,34 +70,58 @@ Index of the contributed plugins -------------------------------- +C/C++ plugins +^^^^^^^^^^^^^ + * `AWS S3 storage plugin `__: This plugin by `Radpoint `__ makes Orthanc store its DICOM files into an `Amazon S3 bucket `__. + * `DWV Orthanc Plugin `__: This plugin by Yves Martelli is based on `dwv `__ and extends Orthanc with a Web viewer of DICOM images. + * Another Web viewer is provided courtesy of `Emsy Chan `__. + * `VPI Reveal `__ provides a plugin to "write the DICOM records in a normal Windows-readable file hierarchy (patient-study-series-DICOM file) at a location called ``VPIStorage`` that can then be imported into VPI Reveal." `Check out their source code `__. + * `Doc Cirrus `__ is working on `MongoDB `__ database plugins. Check out their `source code `__ and the `associated description `__. + +Python plugins +^^^^^^^^^^^^^^ + +* Julian Hartig maintains a `Python plugin + `__ called + ``orthanc-gdt``, in order to glue Orthanc to the `GDT interface most + German AIS `__ + (Arztinformationssysteme - as opposed to e.g. the RIS used by + radiologists) use for communicating with external applications and + devices. This topic is further discussed on the `Orthanc Users forum + `__. + + +Other +^^^^^ + * Check out the `OrthancContributed repository on GitHub `__, that might contain plugins that are not tracked in this list. -*Remark:* Do not hesitate to `contact us -`__ if you have -developed a plugin so that we can promote it in the list above! +* **Important:** Do not hesitate to `contact us + `__ if you + have developed a plugin so that we can promote it in the list above!