# HG changeset patch # User Sebastien Jodogne # Date 1550933939 -3600 # Node ID 5b7f56cf4a38408d625ed61c9248db3abd97e4a7 # Parent fa8481daefd799e8df60ae0001686e6e30beab93 note diff -r fa8481daefd7 -r 5b7f56cf4a38 Resources/Configuration.json --- 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", diff -r fa8481daefd7 -r 5b7f56cf4a38 TODO --- 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 ===