Typo in Orthanc book

The doc about DICOMWeb plug-in uses RemoteAccessEnabled
It should be RemoteAccessAllowed

Proposed patch:

# HG changeset patch
# User ericb@paire.tech
# Date 1709025425 -3600
#      Tue Feb 27 10:17:05 2024 +0100
# Node ID 4b05916bd1804f09da39a327fe2cb93a4ac722e6
# Parent  bbcec5f44c34e03cdfcf15c1876b39c69f2864a2
Typo: RemoteAccessAllowed

diff -r bbcec5f44c34 -r 4b05916bd180 Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst
--- 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	Tue Feb 27 10:17:05 2024 +0100
@@ -34,7 +34,7 @@
 
   {
     "Plugins" : [ /* fill the path to the DICOMweb plugin */ ],
-    "RemoteAccessEnabled" : true,
+    "RemoteAccessAllowed" : true,
     "DicomWeb" : {
       "Enable" : true,
       "Root" : "/dicom-web/"

Hi Eric,

I have implemented the correction and another similar one.

Thanks for that !

Best regards,

Alain.