diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed May 27 10:50:59 2015 +0200
+++ b/Resources/Configuration.json	Thu May 28 15:30:42 2015 +0200
@@ -222,5 +222,10 @@
   // are issued. This option sets the number of seconds of inactivity
   // to wait before automatically closing a DICOM association. If set
   // to 0, the connection is closed immediately.
-  "DicomAssociationCloseDelay" : 5
+  "DicomAssociationCloseDelay" : 5,
+
+  // 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-sensitive.
+  "CaseSensitivePN" : true
 }