changeset 3300:5b7f56cf4a38

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 23 Feb 2019 15:58:59 +0100
parents fa8481daefd7
children 6ce10c3b1eb7
files Resources/Configuration.json TODO
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Feb 22 18:08:09 2019 +0100
+++ b/Resources/Configuration.json	Sat Feb 23 15:58:59 2019 +0100
@@ -198,7 +198,10 @@
      * C-STORE, C-FIND, C-MOVE) issued by the registered remote SCU
      * modalities. Starting with Orthanc 1.5.0, it is possible to
      * specify which DICOM commands are allowed, separately for each
-     * remote modality, using the syntax below.
+     * remote modality, using the syntax below. The "AllowEcho" (resp.
+     * "AllowStore") option only has an effect respectively if global
+     * option "DicomAlwaysAllowEcho" (resp. "DicomAlwaysAllowStore")
+     * is set to false.
      **/
     //"untrusted" : {
     //  "AET" : "ORTHANC",
--- a/TODO	Fri Feb 22 18:08:09 2019 +0100
+++ b/TODO	Sat Feb 23 15:58:59 2019 +0100
@@ -118,6 +118,7 @@
   https://groups.google.com/d/msg/orthanc-users/_FbiRHuXPGM/J-OAv7zaCAAJ
 * Authorization plugin for the DICOM protocol:
   https://groups.google.com/d/msg/orthanc-users/Wv-QEwTE0IA/rvJxoOjcAQAJ
+* Configuration interface plugin
 
 
 ===