comparison Resources/Configuration.json @ 1382:1cd2e09cb0e5

case insensitive search by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 May 2015 14:46:06 +0200
parents a1745d9be6e9
children 5c11c4e728eb
comparison
equal deleted inserted replaced
1381:0d9812893262 1382:1cd2e09cb0e5
224 // to 0, the connection is closed immediately. 224 // to 0, the connection is closed immediately.
225 "DicomAssociationCloseDelay" : 5, 225 "DicomAssociationCloseDelay" : 5,
226 226
227 // When handling a C-Find SCP request, setting this flag to "false" 227 // When handling a C-Find SCP request, setting this flag to "false"
228 // will enable case-insensitive match for PN value representation 228 // will enable case-insensitive match for PN value representation
229 // (such as PatientName). By default, the search is case-sensitive. 229 // (such as PatientName). By default, the search is case-insensitive.
230 "CaseSensitivePN" : true 230 "CaseSensitivePN" : false
231 } 231 }