comparison Sphinx/source/plugins.rst @ 154:365427cebb64

mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Jul 2018 14:45:40 +0200
parents 75bd7c364d9f
children 11d1a08e0906
comparison
equal deleted inserted replaced
153:008091376e7a 154:365427cebb64
17 API of Orthanc, which makes easy to handle DICOM images from 17 API of Orthanc, which makes easy to handle DICOM images from
18 JavaScript code. 18 JavaScript code.
19 * Replacing **the way DICOM images are decoded** (e.g. the official 19 * Replacing **the way DICOM images are decoded** (e.g. the official
20 :ref:`Web viewer plugin <webviewer>` introduces the decoding of 20 :ref:`Web viewer plugin <webviewer>` introduces the decoding of
21 JPEG2000 images, which is not available in the core of Orthanc). 21 JPEG2000 images, which is not available in the core of Orthanc).
22 * Replacing the default **database back-end** of Orthanc (that is built 22 * Replacing the default **database back-end** of Orthanc (that is
23 upon SQLite) by another (:ref:`PostgreSQL <postgresql>`, MySQL, SQL Server...). 23 built upon SQLite) by another (:ref:`PostgreSQL <postgresql>`,
24 :ref:`MySQL <mysql>`, SQL Server...).
24 * Creating **new REST APIs** on the top of the Orthanc built-in API (as in 25 * Creating **new REST APIs** on the top of the Orthanc built-in API (as in
25 in the official :ref:`DICOMweb <dicomweb>` plugin). 26 in the official :ref:`DICOMweb <dicomweb>` plugin).
26 * **Reacting** to the arrival of new DICOM images or other 27 * **Reacting** to the arrival of new DICOM images or other
27 DICOM-related events so as to carry on automated processing. 28 DICOM-related events so as to carry on automated processing.
28 * ... 29 * ...
51 plugins/serve-folders.rst 52 plugins/serve-folders.rst
52 53
53 From Osimis 54 From Osimis
54 ^^^^^^^^^^^ 55 ^^^^^^^^^^^
55 56
57 * :ref:`mysql`
56 * :ref:`authorization` 58 * :ref:`authorization`
57 * `Osimis <http://osimis.io/>`__ maintains an evolution of the 59 * `Osimis <http://osimis.io/>`__ maintains an evolution of the
58 official Web viewer plugin. The Osimis plugin adds tools for 60 official Web viewer plugin. The Osimis plugin adds tools for
59 measuring, for viewing multiple series, and for split-pane. `Check 61 measuring, for viewing multiple series, and for split-pane. `Check
60 out the source code 62 out the source code