Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 1729:54d78925cbb6 db-changes
notes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 17:39:58 +0200 |
parents | de1413733c97 |
children | 57b9e6890482 |
comparison
equal
deleted
inserted
replaced
1728:4941494b5dd8 | 1729:54d78925cbb6 |
---|---|
256 // Maximum number of query/retrieve DICOM requests that are | 256 // Maximum number of query/retrieve DICOM requests that are |
257 // maintained by Orthanc. The least recently used requests get | 257 // maintained by Orthanc. The least recently used requests get |
258 // deleted as new requests are issued. | 258 // deleted as new requests are issued. |
259 "QueryRetrieveSize" : 10, | 259 "QueryRetrieveSize" : 10, |
260 | 260 |
261 // When handling a C-Find SCP request, setting this flag to "false" | 261 // When handling a C-Find SCP request, setting this flag to "true" |
262 // will enable case-insensitive match for PN value representation | 262 // will enable case-sensitive match for PN value representation |
263 // (such as PatientName). By default, the search is case-insensitive. | 263 // (such as PatientName). By default, the search is |
264 // case-insensitive, which does not follow the DICOM standard. | |
264 "CaseSensitivePN" : false | 265 "CaseSensitivePN" : false |
265 } | 266 } |