# HG changeset patch # User Alain Mazy # Date 1709229195 -3600 # Node ID 9a7d252e16562dcf9e40b6279597bc276e6e3d48 # Parent bbcec5f44c34e03cdfcf15c1876b39c69f2864a2 fix typo diff -r bbcec5f44c34 -r 9a7d252e1656 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 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/" diff -r bbcec5f44c34 -r 9a7d252e1656 Sphinx/source/plugins/dicomweb.rst --- 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, [...] }