changeset 21:cd6c91d3cef5

Orthanc 1.1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Jun 2016 14:45:33 +0200
parents 98c0c61e7931
children 6d02b30fd8a9
files Sphinx/source/developers/db-versioning.rst Sphinx/source/dicom-guide.rst Sphinx/source/users/configuration.rst
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/developers/db-versioning.rst	Wed Jun 22 09:53:17 2016 +0200
+++ b/Sphinx/source/developers/db-versioning.rst	Mon Jun 27 14:45:33 2016 +0200
@@ -26,7 +26,7 @@
 Version                           DB v2   DB v3   DB v4   DB v5   DB v6
 ===============================   =====   =====   =====   =====   =====
 Mainline                                  u       u       u       x
-Orthanc 0.9.5 - Orthanc 1.0.0             u       u       u       x
+Orthanc 0.9.5 - Orthanc 1.1.0             u       u       u       x
 Orthanc 0.8.5 - Orthanc 0.9.4             u       u       x
 Orthanc 0.7.3 - Orthanc 0.8.4             u       x
 Orthanc 0.4.0 - Orthanc 0.7.2             x
--- a/Sphinx/source/dicom-guide.rst	Wed Jun 22 09:53:17 2016 +0200
+++ b/Sphinx/source/dicom-guide.rst	Mon Jun 27 14:45:33 2016 +0200
@@ -239,7 +239,7 @@
 application that handles patients from different hospitals.
 
 *Note:* The current version of the :ref:`Orthanc Explorer
-<orthanc-explorer>` interface (1.0.0 at the time of writing) is
+<orthanc-explorer>` interface (1.1.0 at the time of writing) is
 designed for single-hospital scenarios, and thus does not provide
 study-level access. But the core engine of Orthanc does support
 study-level access through its :ref:`REST API <rest>`.
@@ -570,7 +570,7 @@
 server. The DICOM standard features an `alternative mechanism called
 C-Get
 <http://dclunie.blogspot.be/2016/05/to-c-move-is-human-to-c-get-divine.html>`_.
-As of Orthanc 1.0.0, C-Get is not supported yet (but work is in
+As of Orthanc 1.1.0, C-Get is not supported yet (but work is in
 progress).
 
 *Note 2:* As :ref:`written above <dicom-pixel-data>`, the Orthanc
--- a/Sphinx/source/users/configuration.rst	Wed Jun 22 09:53:17 2016 +0200
+++ b/Sphinx/source/users/configuration.rst	Mon Jun 27 14:45:33 2016 +0200
@@ -6,7 +6,7 @@
 
 Configuring Orthanc simply consists in copying and adapting the
 `default configuration file
-<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.0.0/Resources/Configuration.json>`_. This
+<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.1.0/Resources/Configuration.json>`_. This
 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file
 format. You can generate a sample configuration file with the
 following call::