comparison 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
comparison
equal deleted inserted replaced
54:42a449dac415 55:601ee9b7f2c7
21 * Configuration of the DICOM server 21 * Configuration of the DICOM server
22 **/ 22 **/
23 23
24 // The DICOM Application Entity Title 24 // The DICOM Application Entity Title
25 "DicomAet" : "ANY-SCP", 25 "DicomAet" : "ANY-SCP",
26
27 // Check whether the called AET corresponds during a DICOM request
28 "DicomCheckCalledAet" : true,
26 29
27 // The DICOM port 30 // The DICOM port
28 "DicomPort" : 4242, 31 "DicomPort" : 4242,
29 32
30 33