# HG changeset patch # User Sebastien Jodogne # Date 1531420354 -7200 # Node ID 498c9e42c99d0038de8d7885908652792d4b4c1c # Parent 365427cebb648dabbdac57461bf45cedf1188c19 exported resources diff -r 365427cebb64 -r 498c9e42c99d Sphinx/source/users/rest.rst --- 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 ------------------------------