Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 2375:3ec85ff48374
New security-related options: "DicomAlwaysAllowEcho"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Aug 2017 16:45:08 +0200 |
parents | 3ab96768d144 |
children | 2e879c796ec7 |
comparison
equal
deleted
inserted
replaced
2374:7087141c74b9 | 2375:3ec85ff48374 |
---|---|
168 * - "ClearCanvas", "Dcm4Chee" and "Vitrea". | 168 * - "ClearCanvas", "Dcm4Chee" and "Vitrea". |
169 * This parameter is case-sensitive. | 169 * This parameter is case-sensitive. |
170 **/ | 170 **/ |
171 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] | 171 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] |
172 }, | 172 }, |
173 | |
174 // Whether the Orthanc SCP allows incoming C-Echo requests, even | |
175 // from SCU modalities it does not know about (i.e. that are not | |
176 // listed in the "DicomModalities" option above). Orthanc 1.3.0 | |
177 // is the only version to behave as if this argument was set to "false". | |
178 "DicomAlwaysAllowEcho" : true, | |
173 | 179 |
174 // Whether the Orthanc SCP allows incoming C-Store requests, even | 180 // Whether the Orthanc SCP allows incoming C-Store requests, even |
175 // from SCU modalities it does not know about (i.e. that are not | 181 // from SCU modalities it does not know about (i.e. that are not |
176 // listed in the "DicomModalities" option above) | 182 // listed in the "DicomModalities" option above) |
177 "DicomAlwaysAllowStore" : true, | 183 "DicomAlwaysAllowStore" : true, |