# HG changeset patch # User Sebastien Jodogne # Date 1631186114 -7200 # Node ID 9978fb958ee25c68ad17ba0a8460c99150f68037 # Parent 48f158c9ecb286e047b21ba7dcc46ece708fd048 precisions about tcia diff -r 48f158c9ecb2 -r 9978fb958ee2 Sphinx/source/plugins/tcia.rst --- a/Sphinx/source/plugins/tcia.rst Tue Sep 07 07:43:39 2021 +0200 +++ b/Sphinx/source/plugins/tcia.rst Thu Sep 09 13:15:14 2021 +0200 @@ -6,10 +6,12 @@ .. contents:: -This **official** plugin extends Orthanc with a Web interface that can -be used to import open-data medical images from `The Cancer Imaging -Archive (TCIA) `__, and serve -them immediately using Orthanc. +This **official** plugin by the `ICTEAM institute of UCLouvain +`__ extends +Orthanc with a Web interface that can be used to import open-data +medical images from `The Cancer Imaging Archive (TCIA) +`__, and serve them immediately +using Orthanc. The plugin can be used to import so-called "cart spreadsheet" generated by the `NBIA Search Client @@ -23,6 +25,12 @@ .. highlight:: bash +Official releases can be `downloaded from the Orthanc homepage +`__. As +an alternative, the `repository containing the source code +`__ can be accessed using +Mercurial. + The procedure to compile this plugin is similar of that for the :ref:`core of Orthanc `. The following commands should work for most UNIX-like distribution (including GNU/Linux):: @@ -43,7 +51,8 @@ `__. Furthermore, the :ref:`Docker images ` -``jodogne/orthanc-plugins`` also contain the plugin. +``jodogne/orthanc-plugins`` and ``osimis/orthanc`` also contain the +plugin. Configuration @@ -113,3 +122,8 @@ .. image:: ../images/tcia-nbia-export.png :align: center :width: 640 + +The TCIA plugin creates a job to do the import. This implies that an +import can be monitored, paused or stopped using the :ref:`REST API +for Orthanc jobs `. +