comparison 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
comparison
equal deleted inserted replaced
694:72dc919a028c 695:c59bc408fb10
145 "DicomServerEnabled" : true, 145 "DicomServerEnabled" : true,
146 146
147 // By default, Orthanc compares AET (Application Entity Titles) in a 147 // By default, Orthanc compares AET (Application Entity Titles) in a
148 // case-insensitive way. Setting this option to "true" will enable 148 // case-insensitive way. Setting this option to "true" will enable
149 // case-sensitive matching. 149 // case-sensitive matching.
150 "StrictAetComparison" : false 150 "StrictAetComparison" : false,
151
152 // When the following option is "true", the MD5 of the DICOM files
153 // will be computed and stored in the Orthanc database. This
154 // information can be used to detect disk corruption, at the price
155 // of a small performance overhead.
156 "StoreMD5ForAttachments" : true
151 } 157 }