Mercurial > hg > orthanc-book
changeset 770:9978fb958ee2
precisions about tcia
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 09 Sep 2021 13:15:14 +0200 |
parents | 48f158c9ecb2 |
children | b1147fe83eda |
files | Sphinx/source/plugins/tcia.rst |
diffstat | 1 files changed, 19 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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) <https://www.cancerimagingarchive.net/>`__, and serve -them immediately using Orthanc. +This **official** plugin by the `ICTEAM institute of UCLouvain +<https://uclouvain.be/en/research-institutes/icteam>`__ extends +Orthanc with a Web interface that can be used to import open-data +medical images from `The Cancer Imaging Archive (TCIA) +<https://www.cancerimagingarchive.net/>`__, 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 +<https://www.orthanc-server.com/browse.php?path=/plugin-tcia>`__. As +an alternative, the `repository containing the source code +<https://hg.orthanc-server.com/orthanc-tcia/>`__ can be accessed using +Mercurial. + The procedure to compile this plugin is similar of that for the :ref:`core of Orthanc <binaries>`. The following commands should work for most UNIX-like distribution (including GNU/Linux):: @@ -43,7 +51,8 @@ <https://www.orthanc-server.com/browse.php?path=/plugin-tcia>`__. Furthermore, the :ref:`Docker images <docker>` -``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 <jobs>`. +