comparison Resources/Configuration.json @ 65:e9e3c9e6a555 orthanc-renaming

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:44:53 +0200
parents 71c4a4abe90b
children 27dc762e3dc8
comparison
equal deleted inserted replaced
64:71c4a4abe90b 65:e9e3c9e6a555
20 /** 20 /**
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" : "ORTHANC",
26 26
27 // Check whether the called AET corresponds during a DICOM request 27 // Check whether the called AET corresponds during a DICOM request
28 "DicomCheckCalledAet" : true, 28 "DicomCheckCalledAet" : false,
29 29
30 // The DICOM port 30 // The DICOM port
31 "DicomPort" : 4242, 31 "DicomPort" : 4242,
32 32
33 33