changeset 407:3aa7d50a4ccd

fix merge
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 13:05:03 +0200
parents 5119ccd08aec
children f97e9c9bb173
files Sphinx/source/users/rest.rst
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Wed Apr 29 13:03:22 2020 +0200
+++ b/Sphinx/source/users/rest.rst	Wed Apr 29 13:05:03 2020 +0200
@@ -584,7 +584,9 @@
 Note that you can send isolated DICOM instances with this command, but
 also entire patients, studies or series.
 
-Various optional fields are also available::
+Various optional fields are also available.  i.e, if you need to 
+monitor the state of a transfer, you can start the transfer in :ref:`asynchronous mode
+<jobs>`, which will provide you with the identifier of the Orthanc job::
 
     $ curl -X POST http://localhost:8042/modalities/sample/store \
       --data '{
@@ -597,9 +599,6 @@
                 "StorageCommitment": false
               }'
 
-For more advanced uses (for instance if you need to monitor the state
-of a transfer), you can start the transfer in :ref:`asynchronous mode
-<jobs>`, which will provide you with the identifier of the Orthanc job.
 
 Bulk Store SCU
 ^^^^^^^^^^^^^^