changeset 1035:9a7d252e1656

fix typo
author Alain Mazy <am@osimis.io>
date Thu, 29 Feb 2024 18:53:15 +0100
parents bbcec5f44c34
children b5f57cec7190
files Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst Sphinx/source/plugins/dicomweb.rst
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst	Thu Feb 08 16:46:35 2024 +0100
+++ b/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst	Thu Feb 29 18:53:15 2024 +0100
@@ -34,7 +34,7 @@
 
   {
     "Plugins" : [ /* fill the path to the DICOMweb plugin */ ],
-    "RemoteAccessEnabled" : true,
+    "RemoteAccessAllowed" : true,
     "DicomWeb" : {
       "Enable" : true,
       "Root" : "/dicom-web/"
--- a/Sphinx/source/plugins/dicomweb.rst	Thu Feb 08 16:46:35 2024 +0100
+++ b/Sphinx/source/plugins/dicomweb.rst	Thu Feb 29 18:53:15 2024 +0100
@@ -87,7 +87,7 @@
 
   {
     [...]
-    "RemoteAccessEnabled" : true,
+    "RemoteAccessAllowed" : true,
     [...]
   }