comparison Resources/Configuration.json @ 943:3fb427ac3f53 plugins

integration mainline -> plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 11:40:41 +0200
parents dcb2469f00f4 83489fddd8c5
children 564e39d6df13
comparison
equal deleted inserted replaced
939:ac42ca61eee6 943:3fb427ac3f53
163 163
164 // When the following option is "true", the MD5 of the DICOM files 164 // When the following option is "true", the MD5 of the DICOM files
165 // will be computed and stored in the Orthanc database. This 165 // will be computed and stored in the Orthanc database. This
166 // information can be used to detect disk corruption, at the price 166 // information can be used to detect disk corruption, at the price
167 // of a small performance overhead. 167 // of a small performance overhead.
168 "StoreMD5ForAttachments" : true 168 "StoreMD5ForAttachments" : true,
169
170 // The maximum number of results for a single C-FIND request at the
171 // Patient, Study or Series level. Setting this option to "0" means
172 // no limit.
173 "LimitFindResults" : 0,
174
175 // The maximum number of results for a single C-FIND request at the
176 // Instance level. Setting this option to "0" means no limit.
177 "LimitFindInstances" : 0
169 } 178 }