comparison Sphinx/source/users/rest.rst @ 155:498c9e42c99d

exported resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 20:32:34 +0200
parents fded2e8d1d49
children 86e92d0cc53e
comparison
equal deleted inserted replaced
154:365427cebb64 155:498c9e42c99d
708 708
709 To clear the content of the Changes Log, simply DELETE this URI:: 709 To clear the content of the Changes Log, simply DELETE this URI::
710 710
711 $ curl -X DELETE http://localhost:8042/changes 711 $ curl -X DELETE http://localhost:8042/changes
712 712
713 Clearing log of exported resources 713
714 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 714 Log of exported resources
715 715 ^^^^^^^^^^^^^^^^^^^^^^^^^
716 For medical traceability, Orthanc stores a log of all the resources 716
717 that have been exported to remote modalities:: 717 For medical traceability, Orthanc can be configured to store a log of
718 all the resources that have been exported to remote modalities::
718 719
719 $ curl http://localhost:8042/exports 720 $ curl http://localhost:8042/exports
720 721
721 In auto-routing scenarios, it is important to prevent this log to grow 722 In auto-routing scenarios, it is important to prevent this log to grow
722 indefinitely as incoming instances are routed. You can either disable 723 indefinitely as incoming instances are routed. You can either disable
724 in the :ref:`configuration file <configuration>`, or periodically 725 in the :ref:`configuration file <configuration>`, or periodically
725 clear this log by DELETE-ing this URI:: 726 clear this log by DELETE-ing this URI::
726 727
727 $ curl -X DELETE http://localhost:8042/exports 728 $ curl -X DELETE http://localhost:8042/exports
728 729
730 NB: Starting with Orthanc 1.4.0, the ``LogExportedResources`` is set
731 to ``false`` by default. If the logging is desired, set this option to
732 ``true``.
733
729 734
730 Anonymization and modification 735 Anonymization and modification
731 ------------------------------ 736 ------------------------------
732 737
733 The process of anonymizing and modifying DICOM resources is 738 The process of anonymizing and modifying DICOM resources is