diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Oct 20 15:03:52 2015 +0200
+++ b/Resources/Configuration.json	Tue Oct 20 17:39:58 2015 +0200
@@ -258,8 +258,9 @@
   // deleted as new requests are issued.
   "QueryRetrieveSize" : 10,
 
-  // When handling a C-Find SCP request, setting this flag to "false"
-  // will enable case-insensitive match for PN value representation
-  // (such as PatientName). By default, the search is case-insensitive.
+  // When handling a C-Find SCP request, setting this flag to "true"
+  // will enable case-sensitive match for PN value representation
+  // (such as PatientName). By default, the search is
+  // case-insensitive, which does not follow the DICOM standard.
   "CaseSensitivePN" : false
 }