comparison Resources/Configuration.json @ 1374:a1745d9be6e9

CaseSensitivePN configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 May 2015 15:30:42 +0200
parents 60cc0ee61edb
children 1cd2e09cb0e5
comparison
equal deleted inserted replaced
1369:4460e2622016 1374:a1745d9be6e9
220 220
221 // DICOM associations are kept open as long as new DICOM commands 221 // DICOM associations are kept open as long as new DICOM commands
222 // are issued. This option sets the number of seconds of inactivity 222 // are issued. This option sets the number of seconds of inactivity
223 // to wait before automatically closing a DICOM association. If set 223 // to wait before automatically closing a DICOM association. If set
224 // to 0, the connection is closed immediately. 224 // to 0, the connection is closed immediately.
225 "DicomAssociationCloseDelay" : 5 225 "DicomAssociationCloseDelay" : 5,
226
227 // When handling a C-Find SCP request, setting this flag to "false"
228 // will enable case-insensitive match for PN value representation
229 // (such as PatientName). By default, the search is case-sensitive.
230 "CaseSensitivePN" : true
226 } 231 }