Mercurial > hg > orthanc-book
changeset 993:05b106383b2a
migration to UCLouvain servers
line wrap: on
line diff
--- a/Sphinx/source/CheckMercurialLinks.sh Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/CheckMercurialLinks.sh Tue Nov 21 21:39:40 2023 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -grep -r '<https://hg.orthanc-server.com' | grep -vE 'CheckMercurialLinks.sh|~:' | cut -d '<' -f 2 | cut -d '>' -f 1 | sort | uniq | while read url +grep -r '<https://orthanc.uclouvain.be/hg' | grep -vE 'CheckMercurialLinks.sh|~:' | cut -d '<' -f 2 | cut -d '>' -f 1 | sort | uniq | while read url do echo "${url}" curl -s "${url}" > /dev/null
--- a/Sphinx/source/developers/creating-plugins.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/developers/creating-plugins.rst Tue Nov 21 21:39:40 2023 +0100 @@ -13,7 +13,7 @@ <plugins>`. Native Orthanc plugins must use the `plugin SDK -<https://sdk.orthanc-server.com/>`__ whose interface is available as a +<https://orthanc.uclouvain.be/sdk/>`__ whose interface is available as a `C header <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 @@ -98,7 +98,7 @@ * `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 +`Online documentation <https://orthanc.uclouvain.be/sdk/>`__ for this C header is available, as generated by `Doxygen <https://en.wikipedia.org/wiki/Doxygen>`__.
--- a/Sphinx/source/developers/repositories.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/developers/repositories.rst Tue Nov 21 21:39:40 2023 +0100 @@ -136,7 +136,7 @@ Orthanc repositories (through SSH). Core developers can clone a repository with write access as follows:: - $ hg clone ssh://hg@hg.orthanc-server.com/public/orthanc/ + $ hg clone ssh://hg@orthanc.uclouvain.be/public/orthanc/ .. _hg-contributing:
--- a/Sphinx/source/faq/worklist.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/faq/worklist.rst Tue Nov 21 21:39:40 2023 +0100 @@ -29,7 +29,7 @@ For more complex or integrated workflows where you must implement a custom MWL plugin, please check the `documentation of the part of the Orthanc plugin SDK -<https://sdk.orthanc-server.com/group__DicomCallbacks.html#ga23080c4e871b8428ede61d9841c10d76>`__ +<https://orthanc.uclouvain.be/sdk/group__DicomCallbacks.html#ga23080c4e871b8428ede61d9841c10d76>`__ that is related to the management of worklists. Custom MWL plugin can also be implemented using :ref:`Python plugins
--- a/Sphinx/source/plugins/authorization.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/authorization.rst Tue Nov 21 21:39:40 2023 +0100 @@ -22,7 +22,7 @@ - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__ - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__ -- The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__ +- The `MacOS packages <https://www.orthanc-server.com/static.php?page=download-mac>`__ Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/NEWS>`__.
--- a/Sphinx/source/plugins/dicomweb.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/dicomweb.rst Tue Nov 21 21:39:40 2023 +0100 @@ -39,12 +39,12 @@ The compilation will produce a shared library ``OrthancDicomWeb`` that contains the DICOMweb plugin. Pre-compiled binaries for Microsoft Windows `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-dicom-web>`__, +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-dicomweb/index.html>`__, and are included in the `Windows installers -<https://www.orthanc-server.com/download-windows.php>`__. A package +<https://www.orthanc-server.com/download-windows.php>`__. A package for `Apple's Mac OS X <https://www.orthanc-server.com/static.php?page=download-mac>`__ is -available courtesy of `Osimis <https://www.osimis.io/>`__. +available courtesy of `Orthanc Team <https://orthanc.team/>`__. *Remark:* Some older build instructions are also available in the `source distribution
--- a/Sphinx/source/plugins/gdcm.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/gdcm.rst Tue Nov 21 21:39:40 2023 +0100 @@ -59,7 +59,7 @@ The compilation will produce a shared library ``OrthancGdcm`` that contains the GDCM decoder/transcoder plugin. Pre-compiled binaries for Microsoft Windows `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-gdcm>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-gdcm/index.html>`__. *Remark:* Some older build instructions are also available in the `source distribution
--- a/Sphinx/source/plugins/indexer.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/indexer.rst Tue Nov 21 21:39:40 2023 +0100 @@ -25,7 +25,7 @@ .. highlight:: bash Official releases can be `downloaded from the Orthanc homepage -<https://www.orthanc-server.com/browse.php?path=/plugin-indexer>`__. As +<https://orthanc.uclouvain.be/downloads/sources/orthanc-indexer/index.html>`__. As an alternative, the `repository containing the source code <https://orthanc.uclouvain.be/hg/orthanc-indexer/>`__ can be accessed using Mercurial. @@ -43,11 +43,10 @@ that contains the folder indexer plugin for Orthanc. Pre-compiled Linux Standard Base (LSB) binaries `can be downloaded -<https://lsb.orthanc-server.com/plugin-indexer/>`__. +<https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-indexer/index.html>`__. -Pre-compiled binaries for Microsoft Windows and macOS `are also -available -<https://www.orthanc-server.com/browse.php?path=/plugin-indexer>`__. +Pre-compiled binaries for `Microsoft Windows <https://orthanc.uclouvain.be/downloads/windows-32/orthanc-indexer/index.html>`__ +and `macOS <https://orthanc.uclouvain.be/downloads/macos/orthanc-indexer/index.html>`__ available as well. Furthermore, the :ref:`Docker images <docker>` ``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the
--- a/Sphinx/source/plugins/mysql.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/mysql.rst Tue Nov 21 21:39:40 2023 +0100 @@ -56,7 +56,7 @@ ^^^^^^^^^^^^^^^^^ Pre-compiled binaries for Microsoft Windows 32bit `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-mysql>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-mysql/index.html>`__. Dynamic linking on Ubuntu 16.04
--- a/Sphinx/source/plugins/neuro.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/neuro.rst Tue Nov 21 21:39:40 2023 +0100 @@ -25,7 +25,7 @@ .. highlight:: bash Official releases can be `downloaded from the Orthanc homepage -<https://www.orthanc-server.com/browse.php?path=/plugin-neuro>`__. As +<https://orthanc.uclouvain.be/downloads/sources/orthanc-neuro/index.html>`__. As an alternative, the `repository containing the source code <https://orthanc.uclouvain.be/hg/orthanc-neuro/>`__ can be accessed using Mercurial. @@ -43,11 +43,10 @@ contains the neuroimaging plugin for Orthanc. Pre-compiled Linux Standard Base (LSB) binaries `can be downloaded -<https://lsb.orthanc-server.com/plugin-neuro/>`__. +<https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-neuro/index.html>`__. -Pre-compiled binaries for Microsoft Windows and macOS `are also -available -<https://www.orthanc-server.com/browse.php?path=/plugin-neuro>`__. +Pre-compiled binaries for `Microsoft Windows <https://orthanc.uclouvain.be/downloads/windows-32/orthanc-neuro/index.html>`__ +and `macOS <https://orthanc.uclouvain.be/downloads/macos/orthanc-neuro/index.html>`__ are available as well. Furthermore, the :ref:`Docker images <docker>` ``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the
--- a/Sphinx/source/plugins/odbc.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/odbc.rst Tue Nov 21 21:39:40 2023 +0100 @@ -48,7 +48,7 @@ tags before the pixel data). * The Linux Standard Base (LSB) `pre-compiled binaries - <https://lsb.orthanc-server.com/plugin-odbc/>`__ of the ODBC plugins + <https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-odbc/index.html>`__ of the ODBC plugins are not compatible with the ``libsqliteodbc`` `Debian/Ubuntu package <http://www.ch-werner.de/sqliteodbc/>`__ because the latter package was compiled with the ``HAVE_SQLITE3LOADEXTENSION`` flag. @@ -138,7 +138,7 @@ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Pre-compiled binaries for Microsoft Windows 32bit `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-odbc>`__. A +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-odbc/index.html>`__. A package for `Apple's Mac OS X <https://www.osimis.io/en/download.html>`__ is available courtesy of `Osimis <https://www.osimis.io/>`__.
--- a/Sphinx/source/plugins/ohif.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/ohif.rst Tue Nov 21 21:39:40 2023 +0100 @@ -40,7 +40,7 @@ .. highlight:: bash Official releases can be `downloaded from the Orthanc homepage -<https://www.orthanc-server.com/browse.php?path=/plugin-ohif>`__. As +<https://orthanc.uclouvain.be/downloads/sources/orthanc-ohif/index.html>`__. As an alternative, the `repository containing the source code <https://orthanc.uclouvain.be/hg/orthanc-ohif/>`__ can be accessed using Mercurial. @@ -59,11 +59,10 @@ that contains the OHIF plugin for Orthanc. Pre-compiled Linux Standard Base (LSB) binaries `are available for -download <https://lsb.orthanc-server.com/plugin-ohif/>`__. +download <https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-ohif/index.html>`__. -Pre-compiled binaries for Microsoft Windows and macOS `are also -available -<https://www.orthanc-server.com/browse.php?path=/plugin-ohif>`__. +Pre-compiled binaries for `Microsoft Windows <https://orthanc.uclouvain.be/downloads/windows-32/orthanc-ohif/index.html>`__ +and `macOS <https://orthanc.uclouvain.be/downloads/macos/orthanc-ohif/index.html>` are available as well. Furthermore, the :ref:`Docker images <docker>` ``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the
--- a/Sphinx/source/plugins/postgresql.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/postgresql.rst Tue Nov 21 21:39:40 2023 +0100 @@ -50,10 +50,10 @@ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Pre-compiled binaries for Microsoft Windows 32bit `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-postgresql>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-postgresql/index.html>`__. A package for `Apple's Mac OS X -<https://www.osimis.io/en/download.html>`__ -is available courtesy of `Osimis <https://www.osimis.io/>`__. +<https://www.orthanc-server.com/static.php?page=download-mac>`__ +is available courtesy of `Orthanc Team <https://orthanc.team/>`__. .. _postgresql-ubuntu1604:
--- a/Sphinx/source/plugins/python.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/python.rst Tue Nov 21 21:39:40 2023 +0100 @@ -31,7 +31,7 @@ ----------- * Link to the `official releases of this plugin - <https://www.orthanc-server.com/browse.php?path=/plugin-python>`__. + <https://orthanc.uclouvain.be/downloads/sources/orthanc-python/index.html>`__. * Link to the `code repository <https://orthanc.uclouvain.be/hg/orthanc-python/>`__. @@ -115,9 +115,9 @@ ................. Pre-compiled binaries for Microsoft Windows are now part of the -`Windows Installer <https://www.orthanc-server.com/download-windows.php>`__ +`Windows installers <https://www.orthanc-server.com/download-windows.php>`__ but not installed by default. They are also `available here -<https://www.orthanc-server.com/browse.php?path=/plugin-python>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-python/index.html>`__. Beware that one version of the Python plugin can only be run against one version of the Python interpreter. This version is clearly
--- a/Sphinx/source/plugins/stone-webviewer.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/stone-webviewer.rst Tue Nov 21 21:39:40 2023 +0100 @@ -27,7 +27,7 @@ For GNU/Linux users, the Stone Web viewer is part of the :ref:`official Docker images <docker>`. Precompiled LSB binaries (Linux Standard Base) are `available as well -<https://lsb.orthanc-server.com/stone-webviewer/>`__. +<https://orthanc.uclouvain.be/downloads/linux-standard-base/stone-web-viewer/index.html>`__. The compilation process is quite complex since it requires using the `Emscripten <https://emscripten.org/>`__ compiler toolchain. The full @@ -56,10 +56,10 @@ On plain GNU/Linux distributions (i.e. if not using Docker), the Stone Web viewer will only work with the LSB binaries (Linux Standard Base) of the Orthanc server that can be downloaded from `here -<https://lsb.orthanc-server.com/orthanc/>`__ (this setup will work +<https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/index.html>`__ (this setup will work with most recent GNU/Linux distributions). The Stone Web viewer also requires the `DICOMweb plugin -<https://lsb.orthanc-server.com/plugin-dicom-web/>`__ to be installed. +<https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-dicomweb/index.html>`__ to be installed. Once the binaries are installed, you must change the :ref:`configuration file <configuration>` to tell Orthanc where it can
--- a/Sphinx/source/plugins/tcia.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/tcia.rst Tue Nov 21 21:39:40 2023 +0100 @@ -26,7 +26,7 @@ .. highlight:: bash Official releases can be `downloaded from the Orthanc homepage -<https://www.orthanc-server.com/browse.php?path=/plugin-tcia>`__. As +<https://orthanc.uclouvain.be/downloads/sources/orthanc-tcia/index.html>`__. As an alternative, the `repository containing the source code <https://orthanc.uclouvain.be/hg/orthanc-tcia/>`__ can be accessed using Mercurial. @@ -44,11 +44,10 @@ that contains the TCIA plugin for Orthanc. Pre-compiled Linux Standard Base (LSB) binaries `can be downloaded -<https://lsb.orthanc-server.com/plugin-tcia/>`__. +<https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-tcia/index.html>`__. -Pre-compiled binaries for Microsoft Windows and macOS `are also -available -<https://www.orthanc-server.com/browse.php?path=/plugin-tcia>`__. +Pre-compiled binaries for `Microsoft Windows <https://orthanc.uclouvain.be/downloads/windows-32/orthanc-tcia/index.html>`__ +and `macOS <https://orthanc.uclouvain.be/downloads/macos/orthanc-tcia/index.html>`__ are available as well. Furthermore, the ``jodogne/orthanc-plugins`` :ref:`Docker images <docker>` and ``osimis/orthanc`` :ref:`Docker images <docker-osimis>`
--- a/Sphinx/source/plugins/transfers.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/transfers.rst Tue Nov 21 21:39:40 2023 +0100 @@ -84,7 +84,7 @@ ^^^^^^^^^^^^^^^^^ Pre-compiled binaries for Microsoft Windows `are available -<https://www.orthanc-server.com/browse.php?path=/plugin-transfers>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-transfers/index.html>`__. Dynamic linking on Ubuntu 16.04
--- a/Sphinx/source/plugins/volview.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/volview.rst Tue Nov 21 21:39:40 2023 +0100 @@ -40,7 +40,7 @@ .. highlight:: bash Official releases can be `downloaded from the Orthanc homepage -<https://www.orthanc-server.com/browse.php?path=/plugin-volview>`__. As +<https://orthanc.uclouvain.be/downloads/sources/orthanc-volview/index.html>`__. As an alternative, the `repository containing the source code <https://orthanc.uclouvain.be/hg/orthanc-volview/>`__ can be accessed using Mercurial. @@ -59,11 +59,10 @@ that contains the VolView plugin for Orthanc. Pre-compiled Linux Standard Base (LSB) binaries `are available for -download <https://lsb.orthanc-server.com/plugin-volview/>`__. +download <https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-volview/index.html>`__. -Pre-compiled binaries for Microsoft Windows and macOS `are also -available -<https://www.orthanc-server.com/browse.php?path=/plugin-volview>`__. +Pre-compiled binaries for `Microsoft Windows <https://orthanc.uclouvain.be/downloads/windows-32/orthanc-volview/index.html>`__ +and `macOS <https://orthanc.uclouvain.be/downloads/macos/orthanc-volview/index.html>`__ are available as well. Furthermore, the :ref:`Docker images <docker>` ``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the
--- a/Sphinx/source/plugins/webviewer.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/webviewer.rst Tue Nov 21 21:39:40 2023 +0100 @@ -29,7 +29,7 @@ The compilation will produce a shared library ``OrthancWebViewer`` that contains the Web viewer plugin. Pre-compiled binaries for Microsoft Windows `are also available -<https://www.orthanc-server.com/browse.php?path=/plugin-webviewer>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-webviewer/index.html>`__. *Remark:* Some older build instructions are also available in the `source distribution
--- a/Sphinx/source/plugins/wsi.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/plugins/wsi.rst Tue Nov 21 21:39:40 2023 +0100 @@ -55,7 +55,7 @@ ^^^^^^^^^^^^^^^^^ Note that pre-compiled binaries for Microsoft Windows `are available -<https://www.orthanc-server.com/browse.php?path=/whole-slide-imaging>`__. +<https://orthanc.uclouvain.be/downloads/windows-32/orthanc-wsi/index.html>`__. Dynamic linking @@ -113,7 +113,7 @@ images. This button will open the WSI viewer for that particular series. This behavior can be seen on the Orthanc Explorer interface running on our `WSI demonstration server -<https://wsi.orthanc-server.com/orthanc/app/explorer.html>`__. +<https://orthanc.uclouvain.be/wsi-orthanc/app/explorer.html>`__. Support of IIIF
--- a/Sphinx/source/users/cookbook.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/users/cookbook.rst Tue Nov 21 21:39:40 2023 +0100 @@ -23,7 +23,7 @@ for `openSUSE <https://software.opensuse.org/search?q=orthanc>`__ (courtesy of Axel Braun). * On GNU/Linux, use our `LSB binaries - <https://lsb.orthanc-server.com/>`__ (Linux Standard Base), that + <https://orthanc.uclouvain.be/downloads/linux-standard-base/index.html>`__ (Linux Standard Base), that should easily and immediately run on most distributions. Those binaries are statically linked together with all their third-party dependencies. Don't forget to execute ``chmod +x ./Orthanc`` in
--- a/Sphinx/source/users/debian-packages.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/users/debian-packages.rst Tue Nov 21 21:39:40 2023 +0100 @@ -31,7 +31,7 @@ <https://wiki.debian.org/DebianUnstable>`__, or use a Debian-based distro that derives from unstable (such as Kali Linux). -* Use the `LSB binaries <https://lsb.orthanc-server.com/>`__. +* Use the `LSB binaries <https://orthanc.uclouvain.be/downloads/linux-standard-base/index.html>`__. * Use ``jodogne/orthanc`` :ref:`Docker images <docker>`. @@ -108,12 +108,12 @@ This can be done with this sequence of commands:: $ sudo service orthanc stop - $ sudo wget https://lsb.orthanc-server.com/orthanc/1.12.1/Orthanc --output-document /usr/sbin/Orthanc + $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/Orthanc --output-document /usr/sbin/Orthanc $ sudo rm -f /usr/share/orthanc/plugins/*.so - $ sudo wget https://lsb.orthanc-server.com/orthanc/1.12.1/libServeFolders.so --output-document /usr/share/orthanc/plugins/libServeFolders.so - $ sudo wget https://lsb.orthanc-server.com/orthanc/1.12.1/libModalityWorklists.so --output-document /usr/share/orthanc/plugins/libModalityWorklists.so + $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/libServeFolders.so --output-document /usr/share/orthanc/plugins/libServeFolders.so + $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/libModalityWorklists.so --output-document /usr/share/orthanc/plugins/libModalityWorklists.so $ - $ sudo wget https://lsb.orthanc-server.com/plugin-dicom-web/1.13/libOrthancDicomWeb.so --output-document /usr/share/orthanc/plugins/libOrthancDicomWeb.so + $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc-dicomweb/1.15/libOrthancDicomWeb.so --output-document /usr/share/orthanc/plugins/libOrthancDicomWeb.so $ ... $ sudo service orthanc restart
--- a/Sphinx/source/users/storage-commitment.rst Tue Nov 21 21:10:14 2023 +0100 +++ b/Sphinx/source/users/storage-commitment.rst Tue Nov 21 21:39:40 2023 +0100 @@ -183,7 +183,7 @@ The custom storage commitment SCP is installed in the Orthanc core by using the ``OrthancPluginRegisterStorageCommitmentScpCallback()`` -function of the `plugin SDK <https://sdk.orthanc-server.com/>`__. +function of the `plugin SDK <https://orthanc.uclouvain.be/sdk/>`__. Importantly, this primitive frees the plugin developer from manually creating the Orthanc jobs. One job is transparently created by the