diff Resources/Configuration.json @ 55:601ee9b7f2c7

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Sep 2012 12:19:42 +0200
parents e1a3ae0dadf3
children 71c4a4abe90b
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Sep 10 15:23:20 2012 +0200
+++ b/Resources/Configuration.json	Tue Sep 11 12:19:42 2012 +0200
@@ -24,6 +24,9 @@
     // The DICOM Application Entity Title
     "DicomAet" : "ANY-SCP",
 
+    // Check whether the called AET corresponds during a DICOM request
+    "DicomCheckCalledAet" : true,
+
     // The DICOM port
     "DicomPort" : 4242,