Mercurial > hg > orthanc-book
changeset 155:498c9e42c99d
exported resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Jul 2018 20:32:34 +0200 |
parents | 365427cebb64 |
children | 80b39dfa1e3c |
files | Sphinx/source/users/rest.rst |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst Tue Jul 10 14:45:40 2018 +0200 +++ b/Sphinx/source/users/rest.rst Thu Jul 12 20:32:34 2018 +0200 @@ -710,11 +710,12 @@ $ curl -X DELETE http://localhost:8042/changes -Clearing log of exported resources -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -For medical traceability, Orthanc stores a log of all the resources -that have been exported to remote modalities:: +Log of exported resources +^^^^^^^^^^^^^^^^^^^^^^^^^ + +For medical traceability, Orthanc can be configured to store a log of +all the resources that have been exported to remote modalities:: $ curl http://localhost:8042/exports @@ -726,6 +727,10 @@ $ curl -X DELETE http://localhost:8042/exports +NB: Starting with Orthanc 1.4.0, the ``LogExportedResources`` is set +to ``false`` by default. If the logging is desired, set this option to +``true``. + Anonymization and modification ------------------------------