Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 3349:ef18ea68a362
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 18 Apr 2019 15:52:56 +0200 |
parents | f509d3c6d570 |
children | 3ff4f07806eb |
comparison
equal
deleted
inserted
replaced
3348:a1cd981a0f9a | 3349:ef18ea68a362 |
---|---|
395 "DicomAssociationCloseDelay" : 5, | 395 "DicomAssociationCloseDelay" : 5, |
396 | 396 |
397 // Maximum number of query/retrieve DICOM requests that are | 397 // Maximum number of query/retrieve DICOM requests that are |
398 // maintained by Orthanc. The least recently used requests get | 398 // maintained by Orthanc. The least recently used requests get |
399 // deleted as new requests are issued. | 399 // deleted as new requests are issued. |
400 "QueryRetrieveSize" : 10, | 400 "QueryRetrieveSize" : 100, |
401 | 401 |
402 // When handling a C-Find SCP request, setting this flag to "true" | 402 // When handling a C-Find SCP request, setting this flag to "true" |
403 // will enable case-sensitive match for PN value representation | 403 // will enable case-sensitive match for PN value representation |
404 // (such as PatientName). By default, the search is | 404 // (such as PatientName). By default, the search is |
405 // case-insensitive, which does not follow the DICOM standard. | 405 // case-insensitive, which does not follow the DICOM standard. |