changeset 1135:63906b666462

get-scu
author Alain Mazy <am@orthanc.team>
date Wed, 22 Jan 2025 16:33:28 +0100 (3 months ago)
parents 9c063c145c0e
children df68abfa7b91
files Sphinx/source/dicom-guide.rst Sphinx/source/users/rest.rst
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/dicom-guide.rst	Wed Jan 22 16:30:58 2025 +0100
+++ b/Sphinx/source/dicom-guide.rst	Wed Jan 22 16:33:28 2025 +0100
@@ -667,7 +667,7 @@
 
 *Note:* Orthanc only implements C-Get as a
 service class provider (SCP) since version 1.7.0. 
-Using C-Get as a service class user (SCU) will only be supported in Orthanc version 1.12.6 (not released yet).
+Using C-Get as a service class user (SCU) is only supported since Orthanc version 1.12.6.
 
 
 Using HTTP instead of the DICOM protocol
--- a/Sphinx/source/users/rest.rst	Wed Jan 22 16:30:58 2025 +0100
+++ b/Sphinx/source/users/rest.rst	Wed Jan 22 16:33:28 2025 +0100
@@ -1015,8 +1015,8 @@
             }'
 
 
-Performing C-Get (coming in Orthanc 1.12.6)
--------------------------------------------
+Performing C-Get (new in Orthanc 1.12.6)
+----------------------------------------
 
 .. highlight:: bash
 
@@ -1254,8 +1254,8 @@
 
 
 
-Performing Retrieve (with C-Get coming in Orthanc 1.12.6)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Performing Retrieve (with C-Get)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 .. highlight:: bash