diff Resources/Configuration.json @ 690:2e67366aab83

case-insensitive matching of Application Entity Titles
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 15:54:46 +0100
parents b01cc78caba4
children c59bc408fb10
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Feb 03 16:06:58 2014 +0100
+++ b/Resources/Configuration.json	Tue Feb 04 15:54:46 2014 +0100
@@ -142,5 +142,10 @@
   // Enable the DICOM server. If this parameter is set to "false",
   // Orthanc acts as a pure REST server. It will not be possible to
   // receive files or to do query/retrieve through the DICOM protocol.
-  "DicomServerEnabled" : true
+  "DicomServerEnabled" : true,
+
+  // By default, Orthanc compares AET (Application Entity Titles) in a
+  // case-insensitive way. Setting this option to "true" will enable
+  // case-sensitive matching.
+  "StrictAetComparison" : false
 }