changeset 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 27b75c653a8b
children 953f57a1f30a
files README.md Sphinx/source/contributing.rst Sphinx/source/developers/coding-style.rst Sphinx/source/developers/creating-plugins.rst Sphinx/source/developers/repositories.rst Sphinx/source/developers/stone.rst Sphinx/source/dicom-guide.rst Sphinx/source/faq/compiling-old.rst Sphinx/source/faq/compiling.rst Sphinx/source/faq/features.rst Sphinx/source/faq/licensing.rst Sphinx/source/faq/matlab.rst Sphinx/source/faq/orthanc-ids.rst Sphinx/source/faq/orthanc-storage.rst Sphinx/source/faq/rest-samples.rst Sphinx/source/faq/scalability.rst Sphinx/source/faq/supported-images.rst Sphinx/source/faq/transcoding.rst Sphinx/source/faq/troubleshooting.rst Sphinx/source/plugins/authorization.rst Sphinx/source/plugins/dicomweb.rst Sphinx/source/plugins/gdcm.rst Sphinx/source/plugins/google-cloud-platform.rst Sphinx/source/plugins/multitenant-dicom.rst Sphinx/source/plugins/mysql.rst Sphinx/source/plugins/object-storage.rst Sphinx/source/plugins/odbc.rst Sphinx/source/plugins/ohif.rst Sphinx/source/plugins/postgresql.rst Sphinx/source/plugins/python.rst Sphinx/source/plugins/python/pil-conversions.py Sphinx/source/plugins/python/worklist.py Sphinx/source/plugins/serve-folders.rst Sphinx/source/plugins/stone-webviewer.rst Sphinx/source/plugins/transfers.rst Sphinx/source/plugins/webviewer.rst Sphinx/source/plugins/worklists-plugin.rst Sphinx/source/users/advanced-rest.rst Sphinx/source/users/anonymization.rst Sphinx/source/users/configuration.rst Sphinx/source/users/cookbook.rst Sphinx/source/users/lua.rst Sphinx/source/users/man-orthanc.txt Sphinx/source/users/replication.rst Sphinx/source/users/rest-cheatsheet.csv Sphinx/source/users/rest.rst Sphinx/source/users/storage-commitment.rst Sphinx/source/users/support.rst
diffstat 48 files changed, 361 insertions(+), 361 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Nov 21 10:36:44 2023 +0100
+++ b/README.md	Tue Nov 21 21:09:02 2023 +0100
@@ -6,10 +6,10 @@
 [official Website](http://www.orthanc-server.com/).
 
 This repository contains the source code of the
-[Orthanc Book](http://book.orthanc-server.com/), that documents how
+[Orthanc Book](https://orthanc.uclouvain.be/book/), that documents how
 Orthanc can be used. It also contains the source code of the
 documentation of the
-[REST API of Orthanc](http://api.orthanc-server.com/). The continuous
+[REST API of Orthanc](https://orthanc.uclouvain.be/api/). The continuous
 integration server (CIS) of Orthanc watches this repository, and
 automatically publishes modifications online.
 
@@ -60,7 +60,7 @@
    for review by the Orthanc project.
  * Once the pull request is reviewed and accepted, the continuous
    integration server of the Orthanc project will automatically
-   publish the new version [online](http://book.orthanc-server.com/).
+   publish the new version [online](https://orthanc.uclouvain.be/book/).
 
 
 
@@ -69,15 +69,15 @@
 
 The REST API of Orthanc is now fully documented in the [source code of
 the Orthanc
-server](https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Sources/OrthancRestApi).
+server](https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Sources/OrthancRestApi).
 The `--openapi=` and the `--cheatsheet=` command-line options of
 Orthanc automatically generate respectively the [OpenAPI in JSON
 format](https://swagger.io/specification/) and its [quick reference
-(cheatsheet)](https://book.orthanc-server.com/users/rest-cheatsheet.html)
+(cheatsheet)](https://orthanc.uclouvain.be/book/users/rest-cheatsheet.html)
 in CSV format that is designed to be included right into the [Orthanc
-Book](https://hg.orthanc-server.com/orthanc-book/file/default/Sphinx/source/users/rest-cheatsheet.csv).
+Book](https://orthanc.uclouvain.be/hg/orthanc-book/file/default/Sphinx/source/users/rest-cheatsheet.csv).
 
 In order to contribute to the documentation of the REST API, you can
 [propose a simple
-patch](https://book.orthanc-server.com/developers/repositories.html#simple-patch-import-export)
+patch](https://orthanc.uclouvain.be/book/developers/repositories.html#simple-patch-import-export)
 to the core of Orthanc to be reviewed by the core maintainers.
--- a/Sphinx/source/contributing.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/contributing.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -62,9 +62,9 @@
       topics too!
     
   - Improve the text of the `Orthanc Book and REST API documentation
-    <https://hg.orthanc-server.com/orthanc-book/file/default>`__ (check
+    <https://orthanc.uclouvain.be/hg/orthanc-book/file/default>`__ (check
     out the instructions provided in the `README file
-    <https://hg.orthanc-server.com/orthanc-book/file/default/README.md>`__,
+    <https://orthanc.uclouvain.be/hg/orthanc-book/file/default/README.md>`__,
     and send us a :ref:`simple patch <hg-patch>`).
   - Provide documentation and use cases (inside the dedicated `GitHub
     repository <https://github.com/jodogne/OrthancContributed>`_, via
@@ -77,7 +77,7 @@
       
   - Report problems together with sample DICOM images and possible
     workarounds on the dedicated `issue tracker
-    <http://bugs.orthanc-server.com/>`_.
+    <https://orthanc.uclouvain.be/bugs/>`_.
   - Package Orthanc and its associated plugins for more UNIX or
     GNU/Linux distributions (e.g. Ubuntu PPA, RHEL/`EPEL
     <https://fedoraproject.org/wiki/EPEL>`__, CentOS, openSUSE...).
@@ -102,7 +102,7 @@
 * **Coding tasks**:
       
   - Have a look at the TODO file containing our `official roadmap
-    <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
+    <https://orthanc.uclouvain.be/hg/orthanc/file/default/TODO>`__.
   - The Orthanc project will happily accept patches in the core of
     Orthanc and in its associated official plugins. Please read the
     :ref:`dedicated FAQ entry <cla>`.
--- a/Sphinx/source/developers/coding-style.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/developers/coding-style.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -12,7 +12,7 @@
 <https://en.wikipedia.org/wiki/Indent_style#Allman_style>`__", with
 some adaptations that are described below. A compliant Eclipse
 formatter is `available in the Orthanc distribution
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancFramework/Resources/Graveyard/EclipseCodingStyle.xml>`__ (not maintained anymore).
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancFramework/Resources/Graveyard/EclipseCodingStyle.xml>`__ (not maintained anymore).
 
 Licensing
 ---------
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -15,7 +15,7 @@
 Native Orthanc plugins must use the `plugin SDK
 <https://sdk.orthanc-server.com/>`__ whose interface is available as a
 `C header
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__.
 As a consequence, an Orthanc plugin will typically be written using C
 or C++, although it is also possible to create native plugins using
 languages that feature compatibility with C headers and with `FFI of
@@ -39,7 +39,7 @@
 
 * Sample code for plugins can be found `in the official Orthanc
   repository
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/>`__
   (in the ``Plugins/Samples`` folder).
 
 * A tutorial showing how to implement a basic WADO server is
@@ -96,7 +96,7 @@
 that is part of the Orthanc source distribution:
 
 * `Plugins/Include/orthanc/OrthancCPlugin.h
-  <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 
 `Online documentation <https://sdk.orthanc-server.com/>`__ for this C
 header is available, as generated by `Doxygen
@@ -110,8 +110,8 @@
 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
 
 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
-  <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
-  <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
 * `Plugins/Samples/Common/OrthanPluginException.h
-  <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__
--- a/Sphinx/source/developers/repositories.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/developers/repositories.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -11,7 +11,7 @@
 
 The Orthanc server and most of its plugins are versioned using
 `Mercurial <https://en.wikipedia.org/wiki/Mercurial>`__ on a
-`self-hosted server <https://hg.orthanc-server.com/>`__.
+`self-hosted server <https://orthanc.uclouvain.be/hg/>`__.
 
 The Orthanc project started back in 2011, back in a time where
 Mercurial and `Git <https://en.wikipedia.org/wiki/Git>`__ were equally
@@ -63,7 +63,7 @@
 
 Anybody has full read-only access to all of the Orthanc official
 repositories, on our `self-hosted server
-<https://hg.orthanc-server.com/>`__. As the ``hg serve`` tool that is
+<https://orthanc.uclouvain.be/hg/>`__. As the ``hg serve`` tool that is
 used by our Web server tends to be slow, we recommend people to
 locally clone our Mercurial repositories.
 
@@ -72,7 +72,7 @@
 Locally cloning one of those Mercurial repositories (say, the main
 ``orthanc`` repository) is as simple as typing::
 
-  $ hg clone https://hg.orthanc-server.com/orthanc/
+  $ hg clone https://orthanc.uclouvain.be/hg/orthanc/
 
 You can then use separate tools such as `TortoiseHg
 <https://en.wikipedia.org/wiki/TortoiseHg>`__ to browse the code with
@@ -172,9 +172,9 @@
   "Mavericks". Submitted code might have to be adapted to compile on
   these platforms. Architecture-dependant code should be located in
   the `Orthanc::Toolbox
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancFramework/Sources/Toolbox.h>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancFramework/Sources/Toolbox.h>`__
   and `Orthanc::SystemToolbox
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancFramework/Sources/SystemToolbox.h>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancFramework/Sources/SystemToolbox.h>`__
   static classes.
 
 * Please stick to the :ref:`coding style <coding-style>` of Orthanc.
@@ -184,11 +184,11 @@
   feature. Large architectural changes are reserved for the core
   development team of Orthanc, as we must follow our `long-term
   roadmap
-  <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/TODO>`__.
 
 * Unit testing is mandatory. Integration tests should be submitted to
   the `dedicated repository
-  <https://hg.orthanc-server.com/orthanc-tests/file/default>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc-tests/file/default>`__.
 
 * All the contributions will be carefully reviewed. Some contributions
   may be modified, yet even rejected. A rejection might for instance
@@ -281,10 +281,10 @@
 gathers all your changes against the source repository as follows::
 
   $ hg commit -m 'submitting my fix'
-  $ hg bundle /tmp/contribution.bundle https://hg.orthanc-server.com/orthanc
+  $ hg bundle /tmp/contribution.bundle https://orthanc.uclouvain.be/hg/orthanc
 
 Obviously, make sure to replace
-``https://hg.orthanc-server.com/orthanc`` by the location of the
+``https://orthanc.uclouvain.be/hg/orthanc`` by the location of the
 source repository.
 
 Finally, you can submit the file ``/tmp/contribution.bundle`` to the
@@ -295,7 +295,7 @@
 by typing the following commands on their side::
 
   $ cd /tmp
-  $ hg clone https://hg.orthanc-server.com/orthanc/
+  $ hg clone https://orthanc.uclouvain.be/hg/orthanc/
   $ cd /tmp/orthanc
   $ hg unbundle /tmp/contribution.bundle
   $ hg up -c default
@@ -316,7 +316,7 @@
 Issue tracker
 -------------
 
-The `official bug tracker <https://bugs.orthanc-server.com/>`__ of the
+The `official bug tracker <https://orthanc.uclouvain.be/bugs/>`__ of the
 Orthanc project runs thanks to `Bugzilla
 <https://en.wikipedia.org/wiki/Bugzilla>`__.
 
--- a/Sphinx/source/developers/stone.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/developers/stone.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -9,5 +9,5 @@
 
 For the time being, documentation is provided through various sample
 applications that can be found in the `source distribution
-<https://hg.orthanc-server.com/orthanc-stone/file/default/>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-stone/file/default/>`__.
 
--- a/Sphinx/source/dicom-guide.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/dicom-guide.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -133,7 +133,7 @@
 <https://en.wikipedia.org/wiki/Medical_ultrasound>`__).
 
 `As written in its DICOM conformance statement
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__,
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__,
 the Orthanc software can receive, store and send any kind of DICOM
 images (i.e. all the standard transfer syntaxes are
 supported). Furthermore, Orthanc can :ref:`convert most uncompressed
--- a/Sphinx/source/faq/compiling-old.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/compiling-old.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -7,7 +7,7 @@
 This page summarizes the GNU/Linux build instructions that were used
 **up to Orthanc 0.7.0 (inclusive)**.  Instructions for Orthanc above
 0.7.0 can be found directly `inside the source package
-<https://hg.orthanc-server.com/orthanc/file/default/LinuxCompilation.txt>`_.
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/LinuxCompilation.txt>`_.
 
 Static linking
 --------------
--- a/Sphinx/source/faq/compiling.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/compiling.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -13,7 +13,7 @@
 ---------------
 
 * Orthanc >= 0.7.1: See the `build instructions
-  <https://hg.orthanc-server.com/orthanc/file/default/LinuxCompilation.txt>`_
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/LinuxCompilation.txt>`_
   inside the source package.
 * Orthanc <= 0.7.0: See the :ref:`compiling-old`.
 
@@ -36,7 +36,7 @@
 -----------------------
 
 See the `build instructions for Windows
-<https://hg.orthanc-server.com/orthanc/file/default/INSTALL>`_ inside
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/INSTALL>`_ inside
 the source package.
 
 Under OS X
@@ -45,7 +45,7 @@
 The mainline of Orthanc can compile under Apple OS X, with the XCode
 compiler, since June 24th, 2014. See the `build instructions for
 Darwin
-<https://hg.orthanc-server.com/orthanc/file/default/DarwinCompilation.txt>`_
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/DarwinCompilation.txt>`_
 inside the source package.
 
 Performance warning
@@ -70,7 +70,7 @@
 the third-party dependencies directly inside the Orthanc
 executable. This is the meaning of the ``-DSTATIC_BUILD=ON`` option,
 as described in the `INSTALL
-<https://hg.orthanc-server.com/orthanc/file/default/INSTALL>`_ file of Orthanc.
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/INSTALL>`_ file of Orthanc.
 
 Such a static linking is very desirable under Windows, since the
 Orthanc binaries do not depend on any external DLL, which results in a
--- a/Sphinx/source/faq/features.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/features.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -433,7 +433,7 @@
   [...]
   < HTTP/1.1 200 OK
 
-Check out the `OpenAPI reference <https://api.orthanc-server.com/>`__
+Check out the `OpenAPI reference <https://orthanc.uclouvain.be/api/>`__
 of the REST API of Orthanc for more information.
 
 **Warning:** The database index back-end must implement support for
--- a/Sphinx/source/faq/licensing.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/licensing.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -254,7 +254,7 @@
 Once the CLA onboarding process has succeeded, use `Mercurial
 <https://en.wikipedia.org/wiki/Mercurial>`__ to fork the official
 repository of interest. All the repositories are centralized on our
-`self-hosted Mercurial server <https://hg.orthanc-server.com/>`__.
+`self-hosted Mercurial server <https://orthanc.uclouvain.be/hg/>`__.
 
 A :ref:`dedicated page <repositories>` explains how to submit
 :ref:`simple patches <hg-patch>` or :ref:`full branches <hg-bundle>`.
--- a/Sphinx/source/faq/matlab.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/matlab.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -22,7 +22,7 @@
 Using JSONlab, the following code will download and display a DICOM image::
 
   SERIES = 'ae164c84-e5bd0366-ba937a6d-65414092-f294d6b6';
-  URL = 'http://demo.orthanc-server.com/';
+  URL = 'https://orthanc.uclouvain.be/demo/';
 
   # Get information about the instances in this DICOM series
   instances = loadjson(urlread([ URL '/series/' SERIES '/instances' ]));
@@ -52,7 +52,7 @@
 Orthanc, then decode this DICOM file using Matlab/Octave::
 
   SERIES = 'ae164c84-e5bd0366-ba937a6d-65414092-f294d6b6';
-  URL = 'http://demo.orthanc-server.com/';
+  URL = 'https://orthanc.uclouvain.be/demo/';
 
   # Get information about the instances in this DICOM series
   instances = loadjson(urlread([ URL '/series/' SERIES '/instances' ]));
--- a/Sphinx/source/faq/orthanc-ids.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/orthanc-ids.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -41,7 +41,7 @@
 
 The actual implementation of the hashing is carried on by the
 `DicomInstanceHasher class
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.cpp>`_.
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.cpp>`_.
 
 If two different instances have the same Orthanc identifier, only one
 of them is kept. By default, the first instance that was received by
--- a/Sphinx/source/faq/orthanc-storage.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/orthanc-storage.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -59,9 +59,9 @@
 database schema is kept as simple as possible, and can be found in the
 following two files of the source code of Orthanc:
 `PrepareDatabase.sql
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/Database/PrepareDatabase.sql>`__
 and `InstallTrackAttachmentsSize.sql
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/Database/InstallTrackAttachmentsSize.sql>`__.
 
 
 Direct access
--- a/Sphinx/source/faq/rest-samples.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/rest-samples.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -10,11 +10,11 @@
   dedicated section <rest-advanced>`.
 * Many working examples written in Python are `available in the source
   distribution
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Python/>`__.
 * If you cannot find an example for some feature in this manual or in
   the Python examples, please check the `publicly available
   integration tests
-  <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__
+  <https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__
   that span most of the REST API.
 * Samples for the deprecated APIs are available below.
 
@@ -50,7 +50,7 @@
 
 *Note:* This API has been superseded by the ``/modalities/.../query``
 URI. Please check the ``test_rest_query_retrieve`` `integration test
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 
 Using Orthanc to Ease WADO Querying (Deprecated)
@@ -85,4 +85,4 @@
 
 *Note:* This API has been superseded by the ``/modalities/.../query``
 URI. Please check the ``test_rest_query_retrieve`` `integration test
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
--- a/Sphinx/source/faq/scalability.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/scalability.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -259,9 +259,9 @@
 also modify the database).
 
 Some issues reported in our bug tracker are related this limitation:
-`issue 83 <https://bugs.orthanc-server.com/show_bug.cgi?id=83>`__,
-`issue 121 <https://bugs.orthanc-server.com/show_bug.cgi?id=121>`__,
-`issue 151 <https://bugs.orthanc-server.com/show_bug.cgi?id=151>`__.
+`issue 83 <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=83>`__,
+`issue 121 <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=121>`__,
+`issue 151 <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=151>`__.
 
 This limitation has disappeared with Orthanc 1.9.2 and
 PostgreSQL/MySQL plugins 4.0, were the database engine was fully
--- a/Sphinx/source/faq/supported-images.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/supported-images.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -5,7 +5,7 @@
 
 Orthanc can **receive/store/send** any kind of standard DICOM files
 (cf. the `DICOM conformance statement
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__).
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/DicomConformanceStatement.txt>`__).
 Note that the ``UnknownSopClassAccepted`` :ref:`configuration option
 <configuration>` can be set to `true` if interfacing with modalities
 that are producing non-standard SOP classes.
--- a/Sphinx/source/faq/transcoding.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/transcoding.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -220,7 +220,7 @@
 ``OrthancPluginRegisterOnStoredInstanceCallback()`` function). A
 sample Lua script that converts every incoming DICOM file to the
 JPEG2k transfer syntax is `part of the Orthanc sources
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Lua/AutomatedJpeg2kCompression.lua>`__. Note
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Lua/AutomatedJpeg2kCompression.lua>`__. Note
 that this solution makes no sense anymore in Orthanc 1.7.0, as it
 provides built-in support for transcoding.
 
--- a/Sphinx/source/faq/troubleshooting.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/troubleshooting.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -143,7 +143,7 @@
   advantage of this patch, you need to statically link Orthanc against
   DCMTK by using the ``-DUSE_SYSTEM_DCMTK=OFF`` flag `when invoking
   CMake
-  <https://hg.orthanc-server.com/orthanc/file/default/LinuxCompilation.txt>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/LinuxCompilation.txt>`__.
 
   
 Checking integrity of the storage area
--- a/Sphinx/source/plugins/authorization.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/authorization.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -16,7 +16,7 @@
 How to get it ?
 ---------------
 
-The source code is available on `Mercurial <https://hg.orthanc-server.com/orthanc-authorization/>`__.
+The source code is available on `Mercurial <https://orthanc.uclouvain.be/hg/orthanc-authorization/>`__.
 
 Binaries are included in:
 
@@ -24,7 +24,7 @@
 - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__
 - The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__
 
-Release notes are available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/NEWS>`__.
+Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/NEWS>`__.
 
 Compilation instructions are available below.
 
@@ -179,7 +179,7 @@
   the cache entry will never expire.
 
 **Note:** The source code of the plugin contains a `basic example
-<https://hg.orthanc-server.com/orthanc-authorization/file/default/Resources/TestService.js>`__
+<https://orthanc.uclouvain.be/hg/orthanc-authorization/file/default/Resources/TestService.js>`__
 of such a Web service written in node.js.
 
 
@@ -262,7 +262,7 @@
 
 .. highlight:: json
 
-The full list of configuration is available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/Plugin/DefaultConfiguration.json>`__.
+The full list of configuration is available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/Plugin/DefaultConfiguration.json>`__.
 
 Here is the list of all the configuration options::
 
--- a/Sphinx/source/plugins/dicomweb.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/dicomweb.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -19,7 +19,7 @@
 
 The full standard is not implemented yet, the supported features are
 `tracked in the repository
-<https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Status.txt>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Status.txt>`__.
 
 
 Compilation
@@ -48,7 +48,7 @@
 
 *Remark:* Some older build instructions are also available in the
 `source distribution
-<https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/BuildInstructions.txt>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/BuildInstructions.txt>`__.
 
 
 Installation
@@ -319,7 +319,7 @@
   ``ChunkedTransfers`` to ``true`` in Orthanc 1.5.7 and 1.5.8 utilizes
   one CPU at 100%, which results in very low throughput: This issue is
   resolved in Orthanc 1.6.0 (cf. `issue 156
-  <https://bugs.orthanc-server.com/show_bug.cgi?id=156>`__ for full
+  <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=156>`__ for full
   explanation).
 
 * ``HasWadoRsUniversalTransferSyntax`` (new in DICOMweb 1.1) must be
@@ -458,8 +458,8 @@
 
 Here is a direct link to the DICOMweb client running on our demo
 server:
-`https://demo.orthanc-server.com/dicom-web/app/client/index.html
-<https://demo.orthanc-server.com/dicom-web/app/client/index.html>`__
+`https://orthanc.uclouvain.be/demo/dicom-web/app/client/index.html
+<https://orthanc.uclouvain.be/demo/dicom-web/app/client/index.html>`__
 
 
 
@@ -728,12 +728,12 @@
 
 Samples of how to call DICOMweb services from standalone applications
 are available for `Python
-<https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/Samples/Python>`__
+<https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/Samples/Python>`__
 and for `JavaScript
-<https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/Samples/JavaScript>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/Samples/JavaScript>`__.
 
 Integration tests are `available separately
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Plugins/DicomWeb/Run.py>`__,
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Plugins/DicomWeb/Run.py>`__,
 and provide samples for more advanced features of the REST API (such
 as dynamically adding/updating/removing remote DICOMweb servers using
 HTTP PUT and DELETE methods).
--- a/Sphinx/source/plugins/gdcm.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/gdcm.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -63,7 +63,7 @@
 
 *Remark:* Some older build instructions are also available in the
 `source distribution
-<https://hg.orthanc-server.com/orthanc-gdcm/file/default/Resources/BuildInstructions.txt>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-gdcm/file/default/Resources/BuildInstructions.txt>`__.
 
 
 Usage
--- a/Sphinx/source/plugins/google-cloud-platform.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/google-cloud-platform.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -11,7 +11,7 @@
 ------------
 
 Osimis freely provides the `source code
-<https://hg.orthanc-server.com/orthanc-gcp/file/default/>`__ of a plugin
+<https://orthanc.uclouvain.be/hg/orthanc-gcp/file/default/>`__ of a plugin
 to interface Orthanc with the Healthcare API of `Google Cloud Platform
 (GCP) <https://en.wikipedia.org/wiki/Google_Cloud_Platform>`__ through
 `DICOMweb <https://www.dicomstandard.org/using/dicomweb>`__.
--- a/Sphinx/source/plugins/multitenant-dicom.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/multitenant-dicom.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -13,7 +13,7 @@
 from different DICOM servers, that each provides a different view
 depending on the presence of labels. This plugin available is part of
 the `official source distribution
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/MultitenantDicom>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/MultitenantDicom>`__
 of Orthanc, starting with Orthanc 1.12.0.
 
 This plugin starts additional DICOM servers, in complement to the main
--- a/Sphinx/source/plugins/mysql.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/mysql.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -18,7 +18,7 @@
 
 The source code of the MySQL/MariaDB plugins can be found in the
 ``orthanc-databases`` `Mercurial repository
-<https://hg.orthanc-server.com/orthanc-databases/>`__, next to the
+<https://orthanc.uclouvain.be/hg/orthanc-databases/>`__, next to the
 source code of the :ref:`ODBC <odbc>` and :ref:`PostgreSQL
 <postgresql>` plugins.
 
--- a/Sphinx/source/plugins/object-storage.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/object-storage.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -10,7 +10,7 @@
 -------------
 
 Release notes are available `here
-<https://hg.orthanc-server.com/orthanc-object-storage/file/default/NEWS>`__ 
+<https://orthanc.uclouvain.be/hg/orthanc-object-storage/file/default/NEWS>`__ 
    
 Introduction
 ------------
--- a/Sphinx/source/plugins/odbc.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/odbc.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -14,7 +14,7 @@
 
 The source code of the ODBC plugins can be found in the
 ``orthanc-databases`` `Mercurial repository
-<https://hg.orthanc-server.com/orthanc-databases/>`__, next to the
+<https://orthanc.uclouvain.be/hg/orthanc-databases/>`__, next to the
 source code of the :ref:`PostgreSQL <postgresql>` and
 :ref:`MySQL/MariaDB <mysql>` plugins.
 
@@ -249,7 +249,7 @@
 The ODBC plugins for Orthanc are universal, in the sense that they can
 connect to any ODBC driver. However, there are some minor variations
 in the SQL language, that are known as "dialects" in the `source code
-of the plugins <https://hg.orthanc-server.com/orthanc-databases/>`__.
+of the plugins <https://orthanc.uclouvain.be/hg/orthanc-databases/>`__.
 
 As of ODBC plugins 1.0, the supported dialects are Microsoft SQL
 Server, PostgreSQL, MySQL and SQLite. Orthanc auto-detects the dialect
--- a/Sphinx/source/plugins/ohif.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/ohif.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -298,7 +298,7 @@
 <https://v3-docs.ohif.org/configuration/datasources/dicom-json/>`__
 for a DICOM study of interest can be retrieved as follows::
 
-  $ curl http://demo.orthanc-server.com/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/ohif-dicom-json
+  $ curl https://orthanc.uclouvain.be/demo/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/ohif-dicom-json
 
 This data source is constructed from the :ref:`metadata 4202
 <registry>` associated with the individual DICOM instances of the
@@ -307,7 +307,7 @@
 debugging, the JSON file associated with a DICOM instance can be
 inspected using::
 
-  $ curl http://demo.orthanc-server.com/instances/1f3c00bd-49df10b7-f416a598-1b3bb5a2-cb791b52/metadata/4202 | base64 -d | gunzip -c
+  $ curl https://orthanc.uclouvain.be/demo/instances/1f3c00bd-49df10b7-f416a598-1b3bb5a2-cb791b52/metadata/4202 | base64 -d | gunzip -c
   
 
 Preloading existing studies
--- a/Sphinx/source/plugins/postgresql.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/postgresql.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -18,7 +18,7 @@
 
 The source code of the PostgreSQL plugins can be found in the
 ``orthanc-databases`` `Mercurial repository
-<https://hg.orthanc-server.com/orthanc-databases/>`__, next to the
+<https://orthanc.uclouvain.be/hg/orthanc-databases/>`__, next to the
 source code of the :ref:`ODBC <odbc>` and
 :ref:`MySQL/MariaDB <mysql>` plugins.
 
@@ -96,7 +96,7 @@
 In such a situation, please add your version of PostgreSQL to the
 macro ``PostgreSQL_ADDITIONAL_VERSIONS`` that is defined at the end of
 the `Resources/CMake/PostgreSQLConfiguration.cmake file
-<https://hg.orthanc-server.com/orthanc-databases/file/default/Resources/CMake/PostgreSQLConfiguration.cmake>`__
+<https://orthanc.uclouvain.be/hg/orthanc-databases/file/default/Resources/CMake/PostgreSQLConfiguration.cmake>`__
 in the sources of the project.
   
   
@@ -292,7 +292,7 @@
 
 After some period of inactivity (users have reported 10 hours), you
 might `experience an error
-<https://bugs.orthanc-server.com/show_bug.cgi?id=15>`__ such as::
+<https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=15>`__ such as::
 
   E0220 03:20:51.562601 PluginsManager.cpp:163] Exception in database back-end: Error in PostgreSQL: server closed the connection unexpectedly.
   This probably means the server terminated abnormally before or while processing the request.
--- a/Sphinx/source/plugins/python.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/python.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -18,7 +18,7 @@
 Python plugins have access to more features and a more consistent SDK
 than :ref:`Lua scripts <lua>`. The largest part of the Python API is
 automatically generated from the `Orthanc plugin SDK in C
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
 front-end.
 
@@ -34,7 +34,7 @@
   <https://www.orthanc-server.com/browse.php?path=/plugin-python>`__.
 
 * Link to the `code repository
-  <https://hg.orthanc-server.com/orthanc-python/>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc-python/>`__.
 
   
 Licensing
@@ -296,7 +296,7 @@
    In releases <= 3.0 of the Python plugin, deadlocks might emerge if
    you call other core primitives of Orthanc (such as the REST API) in
    your callback function. This issue has been `fixed in release 3.1
-   <https://hg.orthanc-server.com/orthanc-python/rev/46fe70776d61>`__.
+   <https://orthanc.uclouvain.be/hg/orthanc-python/rev/46fe70776d61>`__.
 
 As a **temporary workaround** against such deadlocks in releases <=
 3.0, if you have to call other primitives of Orthanc, you should make
--- a/Sphinx/source/plugins/python/pil-conversions.py	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/python/pil-conversions.py	Tue Nov 21 21:09:02 2023 +0100
@@ -3,7 +3,7 @@
 import PIL.ImageDraw
 import orthanc
 
-URL = 'http://hg.orthanc-server.com/orthanc-tests/raw-file/Orthanc-1.11.0/Database/LenaTwiceWithFragments.dcm'
+URL = 'https://orthanc.uclouvain.be/hg/orthanc-tests/raw-file/Orthanc-1.11.0/Database/LenaTwiceWithFragments.dcm'
 USERNAME = ''
 PASSWORD = ''
 
--- a/Sphinx/source/plugins/python/worklist.py	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/python/worklist.py	Tue Nov 21 21:09:02 2023 +0100
@@ -3,7 +3,7 @@
 import os
 
 # Path to the directory containing the DICOM worklists
-# https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase
+# https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.11.0/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase
 WORKLIST_DIR = '/tmp/WorklistsDatabase'
 
 def OnWorklist(answers, query, issuerAet, calledAet):
--- a/Sphinx/source/plugins/serve-folders.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/serve-folders.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -12,7 +12,7 @@
  
 The source code of this sample plugin is `available in the source
 distribution of Orthanc
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ServeFolders/>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ServeFolders/>`__
 (GPLv3+ license).
 
 
--- a/Sphinx/source/plugins/stone-webviewer.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/stone-webviewer.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -14,7 +14,7 @@
 homepage of the plugin
 <https://www.orthanc-server.com/static.php?page=stone-web-viewer>`__.
 Also `check out the source code
-<https://hg.orthanc-server.com/orthanc-stone/file/default/Applications/StoneWebViewer>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-stone/file/default/Applications/StoneWebViewer>`__.
 
 
 How to get it
@@ -32,7 +32,7 @@
 The compilation process is quite complex since it requires using the
 `Emscripten <https://emscripten.org/>`__ compiler toolchain. The full
 build instructions are available in the `source code
-<https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/WebAssembly/NOTES.txt>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/WebAssembly/NOTES.txt>`__.
 
 
 Usage
@@ -91,18 +91,18 @@
 
 * The configuration of the Web viewer can be fine-tuned by adapting
   some **advanced options** in the `configuration file
-  <https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/WebApplication/configuration.json>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/WebApplication/configuration.json>`__.
 
 * The source distribution of the Stone Web viewer contains a
   `NOTES.txt file
-  <https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/NOTES.txt>`__
+  <https://orthanc.uclouvain.be/hg/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/NOTES.txt>`__
   that discusses the differences with the :ref:`Osimis Web viewer
   <osimis_webviewer>` as well as **advanced features** of the software
   (opening multiple studies, authorization, display of OsiriX
   annotations...).
 
 * Also, check out our `TODO file
-  <https://hg.orthanc-server.com/orthanc-stone/file/default/TODO>`__
+  <https://orthanc.uclouvain.be/hg/orthanc-stone/file/default/TODO>`__
   that is used to track **future features**.
    
 
@@ -164,7 +164,7 @@
   `wkhtmltopdf <https://wkhtmltopdf.org/>`__, and finally convert the
   PDF to DICOM using the ``/tools/create-dicom`` route in the `REST
   API of Orthanc
-  <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-dicom/post>`__.
+  <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1create-dicom/post>`__.
   It would be easy to automate this workflow using a :ref:`Python
   plugin <python-plugin>`.
 
@@ -210,7 +210,7 @@
 - **How can I migrate from Osimis Web viewer to Stone Web viewer?**
 
   Full instructions are provided in the `source distribution
-  <https://hg.orthanc-server.com/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/NOTES.txt>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc-stone/file/StoneWebViewer-2.5/Applications/StoneWebViewer/NOTES.txt>`__.
 
 - **What are the future plans?**
 
--- a/Sphinx/source/plugins/transfers.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/transfers.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -7,7 +7,7 @@
 .. contents::
 
 Osimis provides a `transfers accelerator plugin
-<https://hg.orthanc-server.com/orthanc-transfers/file/default>`__ whose
+<https://orthanc.uclouvain.be/hg/orthanc-transfers/file/default>`__ whose
 purpose is to speed up the transfers of DICOM instances over networks
 (with respect to the native DICOM protocol or to the built-in
 :ref:`Orthanc peers <peers>` mechanism).
--- a/Sphinx/source/plugins/webviewer.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/webviewer.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -33,7 +33,7 @@
 
 *Remark:* Some older build instructions are also available in the
 `source distribution
-<https://hg.orthanc-server.com/orthanc-webviewer/file/default/Resources/BuildInstructions.txt>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-webviewer/file/default/Resources/BuildInstructions.txt>`__.
 
 
 Usage
--- a/Sphinx/source/plugins/worklists-plugin.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/worklists-plugin.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -26,7 +26,7 @@
 
 The source code of this sample plugin is `available in the source
 distribution of Orthanc
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
 (GPLv3+ license).
 
 Note that it is possible to reproduce the features of this sample
@@ -64,7 +64,7 @@
 
 The folder ``WorklistsDatabase`` of the `source distribution of
 Orthanc
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
 contains a database of sample worklists, that comes from the DCMTK
 source distribution, as described in the `FAQ entry #37 of the DCMTK
 project <https://forum.dcmtk.org/viewtopic.php?t=84>`__.
@@ -78,7 +78,7 @@
 - Download `DCMTK utilities
   <https://dicom.offis.de/download/dcmtk/release/bin/>`__.
 - Download sample `worklist files
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
   from the Orthanc source code and copy them in a dedicated folder.
 - Generate the :ref:`default configuration of Orthanc <configuration>`.
 - Enable the ModalityWorklist plugin in your configuration file by adding this section::
@@ -135,7 +135,7 @@
   
 - Start with an existing worklist file, some samples of which can be
   found in the `Orthanc source distribution
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__
   (with ``.wl`` file extensions).
 - The worklist file is a DICOM file. Dump its content as a text file
   using ``dcmdump``::
--- a/Sphinx/source/users/advanced-rest.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/advanced-rest.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -148,7 +148,7 @@
 ``Failure``.
 
 Note that the `integration tests of Orthanc
-<https://hg.orthanc-server.com/orthanc-tests/file/Orthanc-1.12.1/Tests/Toolbox.py>`__
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/Orthanc-1.12.1/Tests/Toolbox.py>`__
 give an example about how to monitor a job in Python using the REST
 API (cf. function ``MonitorJob()``).
 
@@ -178,7 +178,7 @@
 * Retry a job in ``Failed`` state by POST-ing to ``/jobs/.../resubmit``.
 
 The related state machine is depicted in the `implementation notes
-<https://hg.orthanc-server.com/orthanc/raw-file/default/OrthancServer/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/raw-file/default/OrthancServer/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
 
 
 Example: Asynchronous generation of an archive
@@ -221,7 +221,7 @@
 Note how we retrieve the content of the archive by accessing the
 ``archive`` output of the job (check out the virtual method
 ``IJob::GetOutput()`` from the `source code
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
 of Orthanc).
 
 Here is the corresponding sequence of commands to generate a DICOMDIR
--- a/Sphinx/source/users/anonymization.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/anonymization.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -75,12 +75,12 @@
 as well). Earlier versions were limited to top-level tags in the DICOM
 dataset. Check out the integration test ``test_modify_subsequences``
 for `examples
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 **Implementation:** Internally, the setup of the anonymization
 profiles can be found in the methods ``SetupAnonymizationXXX()`` of
 the class ``Orthanc::DicomModification`` (cf. `source code
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__).
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__).
 
 
 Modification of a Single Instance
@@ -166,7 +166,7 @@
 command-line tool (wildcards are supported as well). Earlier versions
 were limited to top-level tags in the DICOM dataset. Check out the
 integration test ``test_modify_subsequences`` for `examples
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 
 .. _study-modification:
--- a/Sphinx/source/users/configuration.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/configuration.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -8,7 +8,7 @@
 Configuring Orthanc simply consists in providing a configuration file.
 Orthanc has numerous configuration that are documented in the `default
 configuration file
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Configuration.json>`_. This
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Configuration.json>`_. This
 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file
 format. You can generate this file file with the following call::
 
@@ -70,7 +70,7 @@
 ``services.msc`` at a command-line prompt. The Windows service of
 Orthanc will do its best to cleanly stop Orthanc at the shutdown of
 Windows, but `there are some caveats
-<https://bugs.orthanc-server.com/show_bug.cgi?id=48>`__.
+<https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=48>`__.
  
 **Remark 4:** To obtain more diagnostic, you can use the ``--verbose``
 or the ``--trace`` options::
--- a/Sphinx/source/users/cookbook.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/cookbook.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -94,7 +94,7 @@
 to upload files to Orthanc through Orthanc Explorer with Chromium.
 
 **Important:** There is currently a `known issue
-<https://bugs.orthanc-server.com/show_bug.cgi?id=21>`__ that might
+<https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=21>`__ that might
 prevent Mozilla Firefox to correctly upload all DICOM files if using
 drag-and-drop.
 
--- a/Sphinx/source/users/lua.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/lua.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -13,7 +13,7 @@
 scripting.
 
 Many other examples are `available in the source distribution
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Lua/>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Lua/>`__.
 
 A more expressive alternative to Lua scripts is provided by
 :ref:`Python plugins <python-plugin>`.
@@ -118,7 +118,7 @@
   protocol. This allows to inspect the content of the C-Find query,
   and possibly modify it if a patch is needed for some manufacturer. A
   `sample script is available
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Lua/IncomingFindRequestFilter.lua>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Lua/IncomingFindRequestFilter.lua>`__.
 
 Some other **resource-related events** are available:
 
@@ -148,7 +148,7 @@
 successively invoked to specify which **transfer syntaxes** are
 accepted for the association. These callbacks are listed in `this
 sample script
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.2/OrthancServer/Resources/Samples/Lua/TransferSyntaxEnable.lua>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.8.2/OrthancServer/Resources/Samples/Lua/TransferSyntaxEnable.lua>`__.
 These callbacks were removed in Orthanc 1.9.0.
 
 If a callback is specified multiple times in separate scripts, the
--- a/Sphinx/source/users/man-orthanc.txt	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/man-orthanc.txt	Tue Nov 21 21:09:02 2023 +0100
@@ -16,7 +16,7 @@
        If no configuration path is given on the command line, a set of default
        parameters is used. Please refer to  the  Orthanc  Book	for  the  full
        instructions	   about	how	   to	     use       Orthanc
-       <http://book.orthanc-server.com/>.
+       <https://orthanc.uclouvain.be/book/>.
 
        Pay attention to the fact that the order of the options	is  important.
        Options	are read left to right. In particular, options such as "--ver‐
--- a/Sphinx/source/users/replication.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/replication.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -71,7 +71,7 @@
 
 The most direct way to replicate an instance of Orthanc consists in
 using the `ImportDicomFiles
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`_
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`_
 script of the Orthanc distribution. This process can also be used to
 restore the content of an Orthanc server after a corruption of its
 database.
@@ -111,7 +111,7 @@
 -------------------
 
 If you cannot use the first method, you can use the `Replicate
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/Replicate.py>`_
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Python/Replicate.py>`_
 script of the Orthanc distribution. This script will use the REST API
 of both the source and target instances of Orthanc. For instance::
 
--- a/Sphinx/source/users/rest-cheatsheet.csv	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/rest-cheatsheet.csv	Tue Nov 21 21:09:02 2023 +0100
@@ -1,237 +1,237 @@
 Path,GET,POST,DELETE,PUT,Summary
-``/changes``,`GET <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1changes/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1changes/delete>`__,,List changes
-``/exports``,`GET <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1exports/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1exports/delete>`__,,List exports
-``/instances``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances/post>`__,,,List the available instances
-``/instances/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}/delete>`__,,Get information about some instance
-``/instances/{id}/anonymize``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1anonymize/post>`__,,,Anonymize instance
-``/instances/{id}/attachments``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments/get>`__,,,,List attachments
-``/instances/{id}/attachments/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1instances~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}/put>`__,List operations on attachments
-``/instances/{id}/attachments/{name}/compress``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
-``/instances/{id}/attachments/{name}/compressed-data``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
-``/instances/{id}/attachments/{name}/compressed-md5``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
-``/instances/{id}/attachments/{name}/compressed-size``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
-``/instances/{id}/attachments/{name}/data``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
-``/instances/{id}/attachments/{name}/info``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
-``/instances/{id}/attachments/{name}/is-compressed``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
-``/instances/{id}/attachments/{name}/md5``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
-``/instances/{id}/attachments/{name}/size``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
-``/instances/{id}/attachments/{name}/uncompress``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
-``/instances/{id}/attachments/{name}/verify-md5``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
-``/instances/{id}/content``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1content/get>`__,,,,Get raw tag
-``/instances/{id}/export``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1export/post>`__,,,Write DICOM onto filesystem
-``/instances/{id}/file``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1file/get>`__,,,,Download DICOM
-``/instances/{id}/frames``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames/get>`__,,,,List available frames
-``/instances/{id}/frames/{frame}``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1instances~1{id}~1frames~1{frame}/get>`__,,,,List operations
-``/instances/{id}/frames/{frame}/image-int16``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-int16/get>`__,,,,Decode a frame (int16)
-``/instances/{id}/frames/{frame}/image-uint16``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-uint16/get>`__,,,,Decode a frame (uint16)
-``/instances/{id}/frames/{frame}/image-uint8``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-uint8/get>`__,,,,Decode a frame (uint8)
-``/instances/{id}/frames/{frame}/matlab``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1matlab/get>`__,,,,Decode frame for Matlab
-``/instances/{id}/frames/{frame}/numpy``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1numpy/get>`__,,,,Decode frame for numpy
-``/instances/{id}/frames/{frame}/preview``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1preview/get>`__,,,,Decode a frame (preview)
-``/instances/{id}/frames/{frame}/raw``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1raw/get>`__,,,,Access raw frame
-``/instances/{id}/frames/{frame}/raw.gz``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1raw.gz/get>`__,,,,Access raw frame (compressed)
-``/instances/{id}/frames/{frame}/rendered``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1rendered/get>`__,,,,Render a frame
-``/instances/{id}/header``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1header/get>`__,,,,Get DICOM meta-header
-``/instances/{id}/image-int16``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1image-int16/get>`__,,,,Decode an image (int16)
-``/instances/{id}/image-uint16``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1image-uint16/get>`__,,,,Decode an image (uint16)
-``/instances/{id}/image-uint8``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1image-uint8/get>`__,,,,Decode an image (uint8)
-``/instances/{id}/labels``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels/get>`__,,,,List labels
-``/instances/{id}/labels/{label}``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/put>`__,Test label
-``/instances/{id}/matlab``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1matlab/get>`__,,,,Decode frame for Matlab
-``/instances/{id}/metadata``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata/get>`__,,,,List metadata
-``/instances/{id}/metadata/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/put>`__,Get metadata
-``/instances/{id}/modify``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1modify/post>`__,,,Modify instance
-``/instances/{id}/module``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1module/get>`__,,,,Get instance module
-``/instances/{id}/numpy``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1numpy/get>`__,,,,Decode instance for numpy
-``/instances/{id}/patient``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1patient/get>`__,,,,Get parent patient
-``/instances/{id}/pdf``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1pdf/get>`__,,,,Get embedded PDF
-``/instances/{id}/preview``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1preview/get>`__,,,,Decode an image (preview)
-``/instances/{id}/reconstruct``,,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of instance
-``/instances/{id}/rendered``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1rendered/get>`__,,,,Render an image
-``/instances/{id}/series``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1series/get>`__,,,,Get parent series
-``/instances/{id}/simplified-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1simplified-tags/get>`__,,,,Get human-readable tags
-``/instances/{id}/statistics``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1statistics/get>`__,,,,Get instance statistics
-``/instances/{id}/study``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1study/get>`__,,,,Get parent study
-``/instances/{id}/tags``,`GET <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1tags/get>`__,,,,Get DICOM tags
-``/jobs``,`GET <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs/get>`__,,,,List jobs
-``/jobs/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}/get>`__,,,,Get job
-``/jobs/{id}/cancel``,,`POST <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1cancel/post>`__,,,Cancel job
-``/jobs/{id}/pause``,,`POST <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1pause/post>`__,,,Pause job
-``/jobs/{id}/resubmit``,,`POST <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1resubmit/post>`__,,,Resubmit job
-``/jobs/{id}/resume``,,`POST <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1resume/post>`__,,,Resume job
-``/jobs/{id}/{key}``,`GET <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1{key}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1{key}/delete>`__,,Get job output
-``/modalities``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities/get>`__,,,,List DICOM modalities
-``/modalities/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}/put>`__,List operations on modality
-``/modalities/{id}/configuration``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1configuration/get>`__,,,,Get modality configuration
-``/modalities/{id}/echo``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1echo/post>`__,,,Trigger C-ECHO SCU
-``/modalities/{id}/find``,,`(post) <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find/post>`__,,,*(deprecated)* Hierarchical C-FIND SCU
-``/modalities/{id}/find-instance``,,`(post) <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find-instance/post>`__,,,*(deprecated)* C-FIND SCU for instances
-``/modalities/{id}/find-patient``,,`(post) <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find-patient/post>`__,,,*(deprecated)* C-FIND SCU for patients
-``/modalities/{id}/find-series``,,`(post) <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find-series/post>`__,,,*(deprecated)* C-FIND SCU for series
-``/modalities/{id}/find-study``,,`(post) <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find-study/post>`__,,,*(deprecated)* C-FIND SCU for studies
-``/modalities/{id}/find-worklist``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1find-worklist/post>`__,,,C-FIND SCU for worklist
-``/modalities/{id}/move``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1move/post>`__,,,Trigger C-MOVE SCU
-``/modalities/{id}/query``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1query/post>`__,,,Trigger C-FIND SCU
-``/modalities/{id}/storage-commitment``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1storage-commitment/post>`__,,,Trigger storage commitment request
-``/modalities/{id}/store``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1store/post>`__,,,Trigger C-STORE SCU
-``/modalities/{id}/store-straight``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}~1store-straight/post>`__,,,Straight C-STORE SCU
-``/patients``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients/get>`__,,,,List the available patients
-``/patients/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}/delete>`__,,Get information about some patient
-``/patients/{id}/anonymize``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1anonymize/post>`__,,,Anonymize patient
-``/patients/{id}/archive``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1archive/post>`__,,,Create ZIP archive
-``/patients/{id}/attachments``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments/get>`__,,,,List attachments
-``/patients/{id}/attachments/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1patients~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}/put>`__,List operations on attachments
-``/patients/{id}/attachments/{name}/compress``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
-``/patients/{id}/attachments/{name}/compressed-data``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
-``/patients/{id}/attachments/{name}/compressed-md5``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
-``/patients/{id}/attachments/{name}/compressed-size``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
-``/patients/{id}/attachments/{name}/data``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
-``/patients/{id}/attachments/{name}/info``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
-``/patients/{id}/attachments/{name}/is-compressed``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
-``/patients/{id}/attachments/{name}/md5``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
-``/patients/{id}/attachments/{name}/size``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
-``/patients/{id}/attachments/{name}/uncompress``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
-``/patients/{id}/attachments/{name}/verify-md5``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
-``/patients/{id}/instances``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1instances/get>`__,,,,Get child instances
-``/patients/{id}/instances-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1instances-tags/get>`__,,,,Get tags of instances
-``/patients/{id}/labels``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels/get>`__,,,,List labels
-``/patients/{id}/labels/{label}``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/put>`__,Test label
-``/patients/{id}/media``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1media/post>`__,,,Create DICOMDIR media
-``/patients/{id}/metadata``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata/get>`__,,,,List metadata
-``/patients/{id}/metadata/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/put>`__,Get metadata
-``/patients/{id}/modify``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1modify/post>`__,,,Modify patient
-``/patients/{id}/module``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1module/get>`__,,,,Get patient module
-``/patients/{id}/protected``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1protected/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1protected/put>`__,Is the patient protected against recycling?
-``/patients/{id}/reconstruct``,,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of patient
-``/patients/{id}/series``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1series/get>`__,,,,Get child series
-``/patients/{id}/shared-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1shared-tags/get>`__,,,,Get shared tags
-``/patients/{id}/statistics``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1statistics/get>`__,,,,Get patient statistics
-``/patients/{id}/studies``,`GET <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1studies/get>`__,,,,Get child studies
-``/peers``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers/get>`__,,,,List Orthanc peers
-``/peers/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}/put>`__,List operations on peer
-``/peers/{id}/configuration``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}~1configuration/get>`__,,,,Get peer configuration
-``/peers/{id}/store``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}~1store/post>`__,,,Send to Orthanc peer
-``/peers/{id}/store-straight``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}~1store-straight/post>`__,,,Straight store to peer
-``/peers/{id}/system``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}~1system/get>`__,,,,Get peer system information
-``/plugins``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1plugins/get>`__,,,,List plugins
-``/plugins/explorer.js``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1plugins~1explorer.js/get>`__,,,,JavaScript extensions to Orthanc Explorer
-``/plugins/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1plugins~1{id}/get>`__,,,,Get plugin
-``/queries``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries/get>`__,,,,List query/retrieve operations
-``/queries/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}/delete>`__,,List operations on a query
-``/queries/{id}/answers``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers/get>`__,,,,List answers to a query
-``/queries/{id}/answers/{index}``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}/get>`__,,,,List operations on an answer
-``/queries/{id}/answers/{index}/content``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1content/get>`__,,,,Get one answer
-``/queries/{id}/answers/{index}/query-instances``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-instances/post>`__,,,Query the child instances of an answer
-``/queries/{id}/answers/{index}/query-series``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-series/post>`__,,,Query the child series of an answer
-``/queries/{id}/answers/{index}/query-studies``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-studies/post>`__,,,Query the child studies of an answer
-``/queries/{id}/answers/{index}/retrieve``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1retrieve/post>`__,,,Retrieve one answer
-``/queries/{id}/level``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1level/get>`__,,,,Get level of original query
-``/queries/{id}/modality``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1modality/get>`__,,,,Get modality of original query
-``/queries/{id}/query``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1query/get>`__,,,,Get original query arguments
-``/queries/{id}/retrieve``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}~1retrieve/post>`__,,,Retrieve all answers
-``/series``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series/get>`__,,,,List the available series
-``/series/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}/delete>`__,,Get information about some series
-``/series/{id}/anonymize``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1anonymize/post>`__,,,Anonymize series
-``/series/{id}/archive``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1archive/post>`__,,,Create ZIP archive
-``/series/{id}/attachments``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments/get>`__,,,,List attachments
-``/series/{id}/attachments/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1series~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}/put>`__,List operations on attachments
-``/series/{id}/attachments/{name}/compress``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
-``/series/{id}/attachments/{name}/compressed-data``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
-``/series/{id}/attachments/{name}/compressed-md5``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
-``/series/{id}/attachments/{name}/compressed-size``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
-``/series/{id}/attachments/{name}/data``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
-``/series/{id}/attachments/{name}/info``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
-``/series/{id}/attachments/{name}/is-compressed``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
-``/series/{id}/attachments/{name}/md5``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
-``/series/{id}/attachments/{name}/size``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
-``/series/{id}/attachments/{name}/uncompress``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
-``/series/{id}/attachments/{name}/verify-md5``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
-``/series/{id}/instances``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1instances/get>`__,,,,Get child instances
-``/series/{id}/instances-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1instances-tags/get>`__,,,,Get tags of instances
-``/series/{id}/labels``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels/get>`__,,,,List labels
-``/series/{id}/labels/{label}``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/put>`__,Test label
-``/series/{id}/media``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1media/post>`__,,,Create DICOMDIR media
-``/series/{id}/metadata``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata/get>`__,,,,List metadata
-``/series/{id}/metadata/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/put>`__,Get metadata
-``/series/{id}/modify``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1modify/post>`__,,,Modify series
-``/series/{id}/module``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1module/get>`__,,,,Get series module
-``/series/{id}/numpy``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1numpy/get>`__,,,,Decode series for numpy
-``/series/{id}/ordered-slices``,`(get) <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1ordered-slices/get>`__,,,,*(deprecated)* Order the slices
-``/series/{id}/patient``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1patient/get>`__,,,,Get parent patient
-``/series/{id}/reconstruct``,,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of series
-``/series/{id}/shared-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1shared-tags/get>`__,,,,Get shared tags
-``/series/{id}/statistics``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1statistics/get>`__,,,,Get series statistics
-``/series/{id}/study``,`GET <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1study/get>`__,,,,Get parent study
-``/statistics``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1statistics/get>`__,,,,Get database statistics
-``/storage-commitment/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1storage-commitment~1{id}/get>`__,,,,Get storage commitment report
-``/storage-commitment/{id}/remove``,,`POST <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1storage-commitment~1{id}~1remove/post>`__,,,Remove after storage commitment
-``/studies``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies/get>`__,,,,List the available studies
-``/studies/{id}``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}/delete>`__,,Get information about some study
-``/studies/{id}/anonymize``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1anonymize/post>`__,,,Anonymize study
-``/studies/{id}/archive``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1archive/post>`__,,,Create ZIP archive
-``/studies/{id}/attachments``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments/get>`__,,,,List attachments
-``/studies/{id}/attachments/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1studies~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}/put>`__,List operations on attachments
-``/studies/{id}/attachments/{name}/compress``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
-``/studies/{id}/attachments/{name}/compressed-data``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
-``/studies/{id}/attachments/{name}/compressed-md5``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
-``/studies/{id}/attachments/{name}/compressed-size``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
-``/studies/{id}/attachments/{name}/data``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
-``/studies/{id}/attachments/{name}/info``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
-``/studies/{id}/attachments/{name}/is-compressed``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
-``/studies/{id}/attachments/{name}/md5``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
-``/studies/{id}/attachments/{name}/size``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
-``/studies/{id}/attachments/{name}/uncompress``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
-``/studies/{id}/attachments/{name}/verify-md5``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
-``/studies/{id}/instances``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1instances/get>`__,,,,Get child instances
-``/studies/{id}/instances-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1instances-tags/get>`__,,,,Get tags of instances
-``/studies/{id}/labels``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels/get>`__,,,,List labels
-``/studies/{id}/labels/{label}``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/put>`__,Test label
-``/studies/{id}/media``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1media/post>`__,,,Create DICOMDIR media
-``/studies/{id}/merge``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1merge/post>`__,,,Merge study
-``/studies/{id}/metadata``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata/get>`__,,,,List metadata
-``/studies/{id}/metadata/{name}``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/put>`__,Get metadata
-``/studies/{id}/modify``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1modify/post>`__,,,Modify study
-``/studies/{id}/module``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1module/get>`__,,,,Get study module
-``/studies/{id}/module-patient``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1module-patient/get>`__,,,,Get patient module of study
-``/studies/{id}/patient``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1patient/get>`__,,,,Get parent patient
-``/studies/{id}/reconstruct``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of study
-``/studies/{id}/series``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1series/get>`__,,,,Get child series
-``/studies/{id}/shared-tags``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1shared-tags/get>`__,,,,Get shared tags
-``/studies/{id}/split``,,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1split/post>`__,,,Split study
-``/studies/{id}/statistics``,`GET <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1statistics/get>`__,,,,Get study statistics
-``/system``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1system/get>`__,,,,Get system information
-``/tools``,`GET <https://api.orthanc-server.com/index.html#tag/Other/paths/~1tools/get>`__,,,,List operations
-``/tools/accepted-transfer-syntaxes``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1accepted-transfer-syntaxes/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1accepted-transfer-syntaxes/put>`__,Get accepted transfer syntaxes
-``/tools/bulk-anonymize``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1bulk-anonymize/post>`__,,,Anonymize a set of resources
-``/tools/bulk-content``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1bulk-content/post>`__,,,Describe a set of resources
-``/tools/bulk-delete``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1bulk-delete/post>`__,,,Delete a set of resources
-``/tools/bulk-modify``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1bulk-modify/post>`__,,,Modify a set of resources
-``/tools/create-archive``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-archive/post>`__,,,Create ZIP archive
-``/tools/create-dicom``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-dicom/post>`__,,,Create one DICOM instance
-``/tools/create-media``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-media/post>`__,,,Create DICOMDIR media
-``/tools/create-media-extended``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-media-extended/post>`__,,,Create DICOMDIR media
-``/tools/default-encoding``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1default-encoding/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1default-encoding/put>`__,Get default encoding
-``/tools/dicom-conformance``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1dicom-conformance/get>`__,,,,Get DICOM conformance
-``/tools/dicom-echo``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1dicom-echo/post>`__,,,Trigger C-ECHO SCU
-``/tools/execute-script``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1execute-script/post>`__,,,Execute Lua script
-``/tools/find``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1find/post>`__,,,Look for local resources
-``/tools/generate-uid``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1generate-uid/get>`__,,,,Generate an identifier
-``/tools/invalidate-tags``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1invalidate-tags/post>`__,,,Invalidate DICOM-as-JSON summaries
-``/tools/labels``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1labels/get>`__,,,,Get all the used labels
-``/tools/log-level``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level/put>`__,Get main log level
-``/tools/log-level-dicom``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-dicom/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-dicom/put>`__,Get log level for `dicom`
-``/tools/log-level-generic``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-generic/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-generic/put>`__,Get log level for `generic`
-``/tools/log-level-http``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-http/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-http/put>`__,Get log level for `http`
-``/tools/log-level-jobs``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-jobs/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-jobs/put>`__,Get log level for `jobs`
-``/tools/log-level-lua``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-lua/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-lua/put>`__,Get log level for `lua`
-``/tools/log-level-plugins``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-plugins/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-plugins/put>`__,Get log level for `plugins`
-``/tools/log-level-sqlite``,`GET <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-sqlite/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-sqlite/put>`__,Get log level for `sqlite`
-``/tools/lookup``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1lookup/post>`__,,,Look for DICOM identifiers
-``/tools/metrics``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1metrics/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1metrics/put>`__,Are metrics collected?
-``/tools/metrics-prometheus``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1metrics-prometheus/get>`__,,,,Get usage metrics
-``/tools/now``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1now/get>`__,,,,Get UTC time
-``/tools/now-local``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1now-local/get>`__,,,,Get local time
-``/tools/reconstruct``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1reconstruct/post>`__,,,Reconstruct all the index
-``/tools/reset``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1reset/post>`__,,,Restart Orthanc
-``/tools/shutdown``,,`POST <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1shutdown/post>`__,,,Shutdown Orthanc
-``/tools/unknown-sop-class-accepted``,`GET <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1unknown-sop-class-accepted/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1unknown-sop-class-accepted/put>`__,Is unknown SOP class accepted?
+``/changes``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Tracking-changes/paths/~1changes/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1changes/delete>`__,,List changes
+``/exports``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Tracking-changes/paths/~1exports/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Tracking-changes/paths/~1exports/delete>`__,,List exports
+``/instances``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances/post>`__,,,List the available instances
+``/instances/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}/delete>`__,,Get information about some instance
+``/instances/{id}/anonymize``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1anonymize/post>`__,,,Anonymize instance
+``/instances/{id}/attachments``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments/get>`__,,,,List attachments
+``/instances/{id}/attachments/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1instances~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}/put>`__,List operations on attachments
+``/instances/{id}/attachments/{name}/compress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
+``/instances/{id}/attachments/{name}/compressed-data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
+``/instances/{id}/attachments/{name}/compressed-md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
+``/instances/{id}/attachments/{name}/compressed-size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
+``/instances/{id}/attachments/{name}/data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
+``/instances/{id}/attachments/{name}/info``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
+``/instances/{id}/attachments/{name}/is-compressed``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
+``/instances/{id}/attachments/{name}/md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
+``/instances/{id}/attachments/{name}/size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
+``/instances/{id}/attachments/{name}/uncompress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
+``/instances/{id}/attachments/{name}/verify-md5``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
+``/instances/{id}/content``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1content/get>`__,,,,Get raw tag
+``/instances/{id}/export``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1export/post>`__,,,Write DICOM onto filesystem
+``/instances/{id}/file``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1file/get>`__,,,,Download DICOM
+``/instances/{id}/frames``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames/get>`__,,,,List available frames
+``/instances/{id}/frames/{frame}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1instances~1{id}~1frames~1{frame}/get>`__,,,,List operations
+``/instances/{id}/frames/{frame}/image-int16``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-int16/get>`__,,,,Decode a frame (int16)
+``/instances/{id}/frames/{frame}/image-uint16``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-uint16/get>`__,,,,Decode a frame (uint16)
+``/instances/{id}/frames/{frame}/image-uint8``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1image-uint8/get>`__,,,,Decode a frame (uint8)
+``/instances/{id}/frames/{frame}/matlab``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1matlab/get>`__,,,,Decode frame for Matlab
+``/instances/{id}/frames/{frame}/numpy``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1numpy/get>`__,,,,Decode frame for numpy
+``/instances/{id}/frames/{frame}/preview``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1preview/get>`__,,,,Decode a frame (preview)
+``/instances/{id}/frames/{frame}/raw``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1raw/get>`__,,,,Access raw frame
+``/instances/{id}/frames/{frame}/raw.gz``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1raw.gz/get>`__,,,,Access raw frame (compressed)
+``/instances/{id}/frames/{frame}/rendered``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1rendered/get>`__,,,,Render a frame
+``/instances/{id}/header``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1header/get>`__,,,,Get DICOM meta-header
+``/instances/{id}/image-int16``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1image-int16/get>`__,,,,Decode an image (int16)
+``/instances/{id}/image-uint16``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1image-uint16/get>`__,,,,Decode an image (uint16)
+``/instances/{id}/image-uint8``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1image-uint8/get>`__,,,,Decode an image (uint8)
+``/instances/{id}/labels``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1labels/get>`__,,,,List labels
+``/instances/{id}/labels/{label}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1labels~1{label}/put>`__,Test label
+``/instances/{id}/matlab``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1matlab/get>`__,,,,Decode frame for Matlab
+``/instances/{id}/metadata``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1metadata/get>`__,,,,List metadata
+``/instances/{id}/metadata/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Instances/paths/~1instances~1{id}~1metadata~1{name}/put>`__,Get metadata
+``/instances/{id}/modify``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1modify/post>`__,,,Modify instance
+``/instances/{id}/module``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1module/get>`__,,,,Get instance module
+``/instances/{id}/numpy``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1numpy/get>`__,,,,Decode instance for numpy
+``/instances/{id}/patient``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1patient/get>`__,,,,Get parent patient
+``/instances/{id}/pdf``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1pdf/get>`__,,,,Get embedded PDF
+``/instances/{id}/preview``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1preview/get>`__,,,,Decode an image (preview)
+``/instances/{id}/reconstruct``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of instance
+``/instances/{id}/rendered``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1rendered/get>`__,,,,Render an image
+``/instances/{id}/series``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1series/get>`__,,,,Get parent series
+``/instances/{id}/simplified-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1simplified-tags/get>`__,,,,Get human-readable tags
+``/instances/{id}/statistics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1statistics/get>`__,,,,Get instance statistics
+``/instances/{id}/study``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1study/get>`__,,,,Get parent study
+``/instances/{id}/tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Instances/paths/~1instances~1{id}~1tags/get>`__,,,,Get DICOM tags
+``/jobs``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs/get>`__,,,,List jobs
+``/jobs/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}/get>`__,,,,Get job
+``/jobs/{id}/cancel``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}~1cancel/post>`__,,,Cancel job
+``/jobs/{id}/pause``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}~1pause/post>`__,,,Pause job
+``/jobs/{id}/resubmit``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}~1resubmit/post>`__,,,Resubmit job
+``/jobs/{id}/resume``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}~1resume/post>`__,,,Resume job
+``/jobs/{id}/{key}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Jobs/paths/~1jobs~1{id}~1{key}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Jobs/paths/~1jobs~1{id}~1{key}/delete>`__,,Get job output
+``/modalities``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities/get>`__,,,,List DICOM modalities
+``/modalities/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1modalities~1{id}/put>`__,List operations on modality
+``/modalities/{id}/configuration``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1configuration/get>`__,,,,Get modality configuration
+``/modalities/{id}/echo``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1echo/post>`__,,,Trigger C-ECHO SCU
+``/modalities/{id}/find``,,`(post) <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find/post>`__,,,*(deprecated)* Hierarchical C-FIND SCU
+``/modalities/{id}/find-instance``,,`(post) <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find-instance/post>`__,,,*(deprecated)* C-FIND SCU for instances
+``/modalities/{id}/find-patient``,,`(post) <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find-patient/post>`__,,,*(deprecated)* C-FIND SCU for patients
+``/modalities/{id}/find-series``,,`(post) <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find-series/post>`__,,,*(deprecated)* C-FIND SCU for series
+``/modalities/{id}/find-study``,,`(post) <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find-study/post>`__,,,*(deprecated)* C-FIND SCU for studies
+``/modalities/{id}/find-worklist``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1find-worklist/post>`__,,,C-FIND SCU for worklist
+``/modalities/{id}/move``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1move/post>`__,,,Trigger C-MOVE SCU
+``/modalities/{id}/query``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1query/post>`__,,,Trigger C-FIND SCU
+``/modalities/{id}/storage-commitment``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1storage-commitment/post>`__,,,Trigger storage commitment request
+``/modalities/{id}/store``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1store/post>`__,,,Trigger C-STORE SCU
+``/modalities/{id}/store-straight``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1modalities~1{id}~1store-straight/post>`__,,,Straight C-STORE SCU
+``/patients``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients/get>`__,,,,List the available patients
+``/patients/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}/delete>`__,,Get information about some patient
+``/patients/{id}/anonymize``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1anonymize/post>`__,,,Anonymize patient
+``/patients/{id}/archive``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1archive/post>`__,,,Create ZIP archive
+``/patients/{id}/attachments``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments/get>`__,,,,List attachments
+``/patients/{id}/attachments/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1patients~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}/put>`__,List operations on attachments
+``/patients/{id}/attachments/{name}/compress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
+``/patients/{id}/attachments/{name}/compressed-data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
+``/patients/{id}/attachments/{name}/compressed-md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
+``/patients/{id}/attachments/{name}/compressed-size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
+``/patients/{id}/attachments/{name}/data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
+``/patients/{id}/attachments/{name}/info``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
+``/patients/{id}/attachments/{name}/is-compressed``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
+``/patients/{id}/attachments/{name}/md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
+``/patients/{id}/attachments/{name}/size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
+``/patients/{id}/attachments/{name}/uncompress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
+``/patients/{id}/attachments/{name}/verify-md5``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
+``/patients/{id}/instances``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1instances/get>`__,,,,Get child instances
+``/patients/{id}/instances-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1instances-tags/get>`__,,,,Get tags of instances
+``/patients/{id}/labels``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1labels/get>`__,,,,List labels
+``/patients/{id}/labels/{label}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1labels~1{label}/put>`__,Test label
+``/patients/{id}/media``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1media/post>`__,,,Create DICOMDIR media
+``/patients/{id}/metadata``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1metadata/get>`__,,,,List metadata
+``/patients/{id}/metadata/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1metadata~1{name}/put>`__,Get metadata
+``/patients/{id}/modify``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1modify/post>`__,,,Modify patient
+``/patients/{id}/module``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1module/get>`__,,,,Get patient module
+``/patients/{id}/protected``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1protected/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Patients/paths/~1patients~1{id}~1protected/put>`__,Is the patient protected against recycling?
+``/patients/{id}/reconstruct``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of patient
+``/patients/{id}/series``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1series/get>`__,,,,Get child series
+``/patients/{id}/shared-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1shared-tags/get>`__,,,,Get shared tags
+``/patients/{id}/statistics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1statistics/get>`__,,,,Get patient statistics
+``/patients/{id}/studies``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Patients/paths/~1patients~1{id}~1studies/get>`__,,,,Get child studies
+``/peers``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers/get>`__,,,,List Orthanc peers
+``/peers/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1peers~1{id}/put>`__,List operations on peer
+``/peers/{id}/configuration``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers~1{id}~1configuration/get>`__,,,,Get peer configuration
+``/peers/{id}/store``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers~1{id}~1store/post>`__,,,Send to Orthanc peer
+``/peers/{id}/store-straight``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers~1{id}~1store-straight/post>`__,,,Straight store to peer
+``/peers/{id}/system``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1peers~1{id}~1system/get>`__,,,,Get peer system information
+``/plugins``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1plugins/get>`__,,,,List plugins
+``/plugins/explorer.js``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1plugins~1explorer.js/get>`__,,,,JavaScript extensions to Orthanc Explorer
+``/plugins/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1plugins~1{id}/get>`__,,,,Get plugin
+``/queries``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries/get>`__,,,,List query/retrieve operations
+``/queries/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Networking/paths/~1queries~1{id}/delete>`__,,List operations on a query
+``/queries/{id}/answers``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers/get>`__,,,,List answers to a query
+``/queries/{id}/answers/{index}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}/get>`__,,,,List operations on an answer
+``/queries/{id}/answers/{index}/content``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1content/get>`__,,,,Get one answer
+``/queries/{id}/answers/{index}/query-instances``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-instances/post>`__,,,Query the child instances of an answer
+``/queries/{id}/answers/{index}/query-series``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-series/post>`__,,,Query the child series of an answer
+``/queries/{id}/answers/{index}/query-studies``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1query-studies/post>`__,,,Query the child studies of an answer
+``/queries/{id}/answers/{index}/retrieve``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1answers~1{index}~1retrieve/post>`__,,,Retrieve one answer
+``/queries/{id}/level``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1level/get>`__,,,,Get level of original query
+``/queries/{id}/modality``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1modality/get>`__,,,,Get modality of original query
+``/queries/{id}/query``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1query/get>`__,,,,Get original query arguments
+``/queries/{id}/retrieve``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1queries~1{id}~1retrieve/post>`__,,,Retrieve all answers
+``/series``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series/get>`__,,,,List the available series
+``/series/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}/delete>`__,,Get information about some series
+``/series/{id}/anonymize``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1anonymize/post>`__,,,Anonymize series
+``/series/{id}/archive``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1archive/post>`__,,,Create ZIP archive
+``/series/{id}/attachments``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments/get>`__,,,,List attachments
+``/series/{id}/attachments/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1series~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}/put>`__,List operations on attachments
+``/series/{id}/attachments/{name}/compress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
+``/series/{id}/attachments/{name}/compressed-data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
+``/series/{id}/attachments/{name}/compressed-md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
+``/series/{id}/attachments/{name}/compressed-size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
+``/series/{id}/attachments/{name}/data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
+``/series/{id}/attachments/{name}/info``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
+``/series/{id}/attachments/{name}/is-compressed``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
+``/series/{id}/attachments/{name}/md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
+``/series/{id}/attachments/{name}/size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
+``/series/{id}/attachments/{name}/uncompress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
+``/series/{id}/attachments/{name}/verify-md5``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
+``/series/{id}/instances``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1instances/get>`__,,,,Get child instances
+``/series/{id}/instances-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1instances-tags/get>`__,,,,Get tags of instances
+``/series/{id}/labels``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1labels/get>`__,,,,List labels
+``/series/{id}/labels/{label}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1labels~1{label}/put>`__,Test label
+``/series/{id}/media``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1media/post>`__,,,Create DICOMDIR media
+``/series/{id}/metadata``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1metadata/get>`__,,,,List metadata
+``/series/{id}/metadata/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Series/paths/~1series~1{id}~1metadata~1{name}/put>`__,Get metadata
+``/series/{id}/modify``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1modify/post>`__,,,Modify series
+``/series/{id}/module``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1module/get>`__,,,,Get series module
+``/series/{id}/numpy``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1numpy/get>`__,,,,Decode series for numpy
+``/series/{id}/ordered-slices``,`(get) <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1ordered-slices/get>`__,,,,*(deprecated)* Order the slices
+``/series/{id}/patient``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1patient/get>`__,,,,Get parent patient
+``/series/{id}/reconstruct``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of series
+``/series/{id}/shared-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1shared-tags/get>`__,,,,Get shared tags
+``/series/{id}/statistics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1statistics/get>`__,,,,Get series statistics
+``/series/{id}/study``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Series/paths/~1series~1{id}~1study/get>`__,,,,Get parent study
+``/statistics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1statistics/get>`__,,,,Get database statistics
+``/storage-commitment/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1storage-commitment~1{id}/get>`__,,,,Get storage commitment report
+``/storage-commitment/{id}/remove``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Networking/paths/~1storage-commitment~1{id}~1remove/post>`__,,,Remove after storage commitment
+``/studies``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies/get>`__,,,,List the available studies
+``/studies/{id}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}/delete>`__,,Get information about some study
+``/studies/{id}/anonymize``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1anonymize/post>`__,,,Anonymize study
+``/studies/{id}/archive``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1archive/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1archive/post>`__,,,Create ZIP archive
+``/studies/{id}/attachments``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments/get>`__,,,,List attachments
+``/studies/{id}/attachments/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1studies~1{id}~1attachments~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}/put>`__,List operations on attachments
+``/studies/{id}/attachments/{name}/compress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compress/post>`__,,,Compress attachment
+``/studies/{id}/attachments/{name}/compressed-data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-data/get>`__,,,,Get attachment (no decompression)
+``/studies/{id}/attachments/{name}/compressed-md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-md5/get>`__,,,,Get MD5 of attachment on disk
+``/studies/{id}/attachments/{name}/compressed-size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1compressed-size/get>`__,,,,Get size of attachment on disk
+``/studies/{id}/attachments/{name}/data``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1data/get>`__,,,,Get attachment
+``/studies/{id}/attachments/{name}/info``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1info/get>`__,,,,Get info about the attachment
+``/studies/{id}/attachments/{name}/is-compressed``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1is-compressed/get>`__,,,,Is attachment compressed?
+``/studies/{id}/attachments/{name}/md5``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1md5/get>`__,,,,Get MD5 of attachment
+``/studies/{id}/attachments/{name}/size``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1size/get>`__,,,,Get size of attachment
+``/studies/{id}/attachments/{name}/uncompress``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1uncompress/post>`__,,,Uncompress attachment
+``/studies/{id}/attachments/{name}/verify-md5``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1attachments~1{name}~1verify-md5/post>`__,,,Verify attachment
+``/studies/{id}/instances``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1instances/get>`__,,,,Get child instances
+``/studies/{id}/instances-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1instances-tags/get>`__,,,,Get tags of instances
+``/studies/{id}/labels``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1labels/get>`__,,,,List labels
+``/studies/{id}/labels/{label}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1labels~1{label}/put>`__,Test label
+``/studies/{id}/media``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1media/get>`__,`POST <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1media/post>`__,,,Create DICOMDIR media
+``/studies/{id}/merge``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1merge/post>`__,,,Merge study
+``/studies/{id}/metadata``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1metadata/get>`__,,,,List metadata
+``/studies/{id}/metadata/{name}``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/get>`__,,`DELETE <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/delete>`__,`PUT <https://api.orthanc-server.com/index.html#tag/Studies/paths/~1studies~1{id}~1metadata~1{name}/put>`__,Get metadata
+``/studies/{id}/modify``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1modify/post>`__,,,Modify study
+``/studies/{id}/module``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1module/get>`__,,,,Get study module
+``/studies/{id}/module-patient``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1module-patient/get>`__,,,,Get patient module of study
+``/studies/{id}/patient``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1patient/get>`__,,,,Get parent patient
+``/studies/{id}/reconstruct``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1reconstruct/post>`__,,,Reconstruct tags & optionally files of study
+``/studies/{id}/series``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1series/get>`__,,,,Get child series
+``/studies/{id}/shared-tags``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1shared-tags/get>`__,,,,Get shared tags
+``/studies/{id}/split``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1split/post>`__,,,Split study
+``/studies/{id}/statistics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Studies/paths/~1studies~1{id}~1statistics/get>`__,,,,Get study statistics
+``/system``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1system/get>`__,,,,Get system information
+``/tools``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Other/paths/~1tools/get>`__,,,,List operations
+``/tools/accepted-transfer-syntaxes``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1accepted-transfer-syntaxes/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1accepted-transfer-syntaxes/put>`__,Get accepted transfer syntaxes
+``/tools/bulk-anonymize``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1bulk-anonymize/post>`__,,,Anonymize a set of resources
+``/tools/bulk-content``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1bulk-content/post>`__,,,Describe a set of resources
+``/tools/bulk-delete``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1bulk-delete/post>`__,,,Delete a set of resources
+``/tools/bulk-modify``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1bulk-modify/post>`__,,,Modify a set of resources
+``/tools/create-archive``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1create-archive/post>`__,,,Create ZIP archive
+``/tools/create-dicom``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1create-dicom/post>`__,,,Create one DICOM instance
+``/tools/create-media``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1create-media/post>`__,,,Create DICOMDIR media
+``/tools/create-media-extended``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1create-media-extended/post>`__,,,Create DICOMDIR media
+``/tools/default-encoding``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1default-encoding/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1default-encoding/put>`__,Get default encoding
+``/tools/dicom-conformance``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1dicom-conformance/get>`__,,,,Get DICOM conformance
+``/tools/dicom-echo``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1dicom-echo/post>`__,,,Trigger C-ECHO SCU
+``/tools/execute-script``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1execute-script/post>`__,,,Execute Lua script
+``/tools/find``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1find/post>`__,,,Look for local resources
+``/tools/generate-uid``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1generate-uid/get>`__,,,,Generate an identifier
+``/tools/invalidate-tags``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1invalidate-tags/post>`__,,,Invalidate DICOM-as-JSON summaries
+``/tools/labels``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1labels/get>`__,,,,Get all the used labels
+``/tools/log-level``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level/put>`__,Get main log level
+``/tools/log-level-dicom``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-dicom/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-dicom/put>`__,Get log level for `dicom`
+``/tools/log-level-generic``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-generic/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-generic/put>`__,Get log level for `generic`
+``/tools/log-level-http``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-http/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-http/put>`__,Get log level for `http`
+``/tools/log-level-jobs``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-jobs/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-jobs/put>`__,Get log level for `jobs`
+``/tools/log-level-lua``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-lua/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-lua/put>`__,Get log level for `lua`
+``/tools/log-level-plugins``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-plugins/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-plugins/put>`__,Get log level for `plugins`
+``/tools/log-level-sqlite``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/Logs/paths/~1tools~1log-level-sqlite/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/Logs/paths/~1tools~1log-level-sqlite/put>`__,Get log level for `sqlite`
+``/tools/lookup``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1lookup/post>`__,,,Look for DICOM identifiers
+``/tools/metrics``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1metrics/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1metrics/put>`__,Are metrics collected?
+``/tools/metrics-prometheus``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1metrics-prometheus/get>`__,,,,Get usage metrics
+``/tools/now``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1now/get>`__,,,,Get UTC time
+``/tools/now-local``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1now-local/get>`__,,,,Get local time
+``/tools/reconstruct``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1reconstruct/post>`__,,,Reconstruct all the index
+``/tools/reset``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1reset/post>`__,,,Restart Orthanc
+``/tools/shutdown``,,`POST <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1shutdown/post>`__,,,Shutdown Orthanc
+``/tools/unknown-sop-class-accepted``,`GET <https://orthanc.uclouvain.be/api/index.html#tag/System/paths/~1tools~1unknown-sop-class-accepted/get>`__,,,`PUT <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1unknown-sop-class-accepted/put>`__,Is unknown SOP class accepted?
--- a/Sphinx/source/users/rest.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/rest.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -98,7 +98,7 @@
     $ curl -X POST -H "Expect:" http://localhost:8042/instances --data-binary @CT.X.1.2.276.0.7230010.dcm
 
 The code distribution of Orthanc contains a `sample Python script
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`__
 that recursively upload the content of some folder into Orthanc using
 the REST API::
 
@@ -110,7 +110,7 @@
 import the content of ``.zip``, ``.tar.gz`` or ``.tar.bz2`` archives
 without having to uncompress them first. It also provides more
 comprehensive command-line options. `Check this script out
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py>`__.
     
 
 .. highlight:: perl
@@ -452,7 +452,7 @@
   import numpy
   import requests
   
-  r = requests.get('https://demo.orthanc-server.com/instances/6582b1c0-292ad5ab-ba0f088f-f7a1766f-9a29a54f/numpy')
+  r = requests.get('https://orthanc.uclouvain.be/demo/instances/6582b1c0-292ad5ab-ba0f088f-f7a1766f-9a29a54f/numpy')
   r.raise_for_status()
   
   image = numpy.load(io.BytesIO(r.content))
@@ -471,7 +471,7 @@
   import numpy
   import requests
   
-  r = requests.get('https://demo.orthanc-server.com/series/dc0216d2-a406a5ad-31ef7a78-113ae9d9-29939f9e/numpy')
+  r = requests.get('https://orthanc.uclouvain.be/demo/series/dc0216d2-a406a5ad-31ef7a78-113ae9d9-29939f9e/numpy')
   r.raise_for_status()
   
   image = numpy.load(io.BytesIO(r.content))
@@ -788,7 +788,7 @@
    The list of the resources to be sent are given as a JSON array. In
    this case, a single DICOM connection is used. `Sample code is
    available
-   <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/HighPerformanceAutoRouting.py>`__.
+   <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Python/HighPerformanceAutoRouting.py>`__.
 
    Note that the list of resources to be sent can include the
    :ref:`Orthanc identifiers <orthanc-ids>` of entire patients,
@@ -1042,11 +1042,11 @@
 Setting the ``Expand`` field to ``true`` in the POST body of the
 query will automatically report details about each study::
 
-  $ curl https://demo.orthanc-server.com/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"}}'
+  $ curl https://orthanc.uclouvain.be/demo/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"}}'
   [
     "b9c08539-26f93bde-c81ab0d7-bffaf2cb-a4d0bdd0"
   ]
-  $ curl https://demo.orthanc-server.com/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"},"Expand":true}'
+  $ curl https://orthanc.uclouvain.be/demo/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"},"Expand":true}'
   [
     {
       "ID" : "b9c08539-26f93bde-c81ab0d7-bffaf2cb-a4d0bdd0",
@@ -1237,7 +1237,7 @@
     $ curl 'http://localhost:8042/changes?limit=100&since=922'
 
 A `sample code in the source distribution
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/ChangesLoop.py>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Python/ChangesLoop.py>`__
 shows how to use this Changes API to implement a polling loop.
 
 
@@ -1340,6 +1340,6 @@
 * A :ref:`short reference of the REST API of Orthanc <cheatsheet>` is
   part of the Orthanc Book.
 * The full documentation of the REST API in the OpenAPI/Swagger format
-  is `available online <https://api.orthanc-server.com/>`__. This
+  is `available online <https://orthanc.uclouvain.be/api/>`__. This
   reference is automatically generated from the source code of
   Orthanc.
--- a/Sphinx/source/users/storage-commitment.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/storage-commitment.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -192,7 +192,7 @@
 instances.
 
 Note that a `sample plugin
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/StorageCommitmentScp>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/StorageCommitmentScp>`__
 is also available in the source distribution of Orthanc.
 
            
--- a/Sphinx/source/users/support.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/support.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -36,16 +36,16 @@
    <https://discourse.orthanc-server.org>`__.
 9. Check out the ``Pending changes in the mainline`` section of the
    `NEWS file
-   <https://hg.orthanc-server.com/orthanc/file/default/NEWS>`__, as
+   <https://orthanc.uclouvain.be/hg/orthanc/file/default/NEWS>`__, as
    your issue might already be solved in the mainline of Orthanc (i.e.
    in the cutting-edge version of Orthanc since the last stable
    official release).
 10. Carefully read the `TODO file
-    <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__ that
+    <https://orthanc.uclouvain.be/hg/orthanc/file/default/TODO>`__ that
     contains our roadmap, as you might be requesting a feature that is
     currently pending in our backlog (i.e. not implemented yet).
 11. Look for similar issue in the `official bug tracker
-    <https://bugs.orthanc-server.com/query.cgi>`__ (make sure to
+    <https://orthanc.uclouvain.be/bugs/query.cgi>`__ (make sure to
     select ``All`` in the ``Status`` field, as your issue might
     already have been solved).
 
@@ -144,7 +144,7 @@
 
 If you are **sure** that you are reporting a yet unknown bug, you can
 consider directly introducing a `bug report on our issue tracker
-<https://bugs.orthanc-server.com/enter_bug.cgi>`__. Beware however
+<https://orthanc.uclouvain.be/bugs/enter_bug.cgi>`__. Beware however
 that your issue might be closed if too vague or if not reproducible.
 As a consequence, it is strongly advised to use the `Orthanc Users discussion forum
 <https://discourse.orthanc-server.org>`__ in the