comparison Resources/Configuration.json @ 3346:f509d3c6d570

increasing default value of QueryRetrieveSize to 100
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Apr 2019 08:26:29 +0200
parents 5b7f56cf4a38
children 3ff4f07806eb
comparison
equal deleted inserted replaced
3345:f687e11aeb13 3346:f509d3c6d570
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.