comparison Resources/Configuration.json @ 1517:4f8c8ef114db

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 10:32:34 +0200
parents 7366a0bdda6a
children 0011cc99443c
comparison
equal deleted inserted replaced
1516:f09f5d3225a7 1517:4f8c8ef114db
230 "QueryRetrieveSize" : 10, 230 "QueryRetrieveSize" : 10,
231 231
232 // When handling a C-Find SCP request, setting this flag to "false" 232 // When handling a C-Find SCP request, setting this flag to "false"
233 // will enable case-insensitive match for PN value representation 233 // will enable case-insensitive match for PN value representation
234 // (such as PatientName). By default, the search is case-insensitive. 234 // (such as PatientName). By default, the search is case-insensitive.
235 "CaseSensitivePN" : false 235 "CaseSensitivePN" : false,
236
237 // Enable HTTP compression to improve network bandwidth utilization,
238 // at the expense of more computations on the server. Orthanc
239 // supports the "gzip" and "deflate" encodings.
240 "HttpCompressionEnabled" : true
236 } 241 }