diff Resources/Configuration.json @ 695:c59bc408fb10

parameter to disable the computation of the MD5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 13:58:00 +0100
parents 2e67366aab83
children 4c1860179cc5
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Feb 05 13:26:19 2014 +0100
+++ b/Resources/Configuration.json	Wed Feb 05 13:58:00 2014 +0100
@@ -147,5 +147,11 @@
   // By default, Orthanc compares AET (Application Entity Titles) in a
   // case-insensitive way. Setting this option to "true" will enable
   // case-sensitive matching.
-  "StrictAetComparison" : false
+  "StrictAetComparison" : false,
+
+  // When the following option is "true", the MD5 of the DICOM files
+  // will be computed and stored in the Orthanc database. This
+  // information can be used to detect disk corruption, at the price
+  // of a small performance overhead.
+  "StoreMD5ForAttachments" : true
 }