# HG changeset patch # User Alain Mazy # Date 1588158303 -7200 # Node ID 3aa7d50a4ccd8f70d8209e0bc5efeb96177b9f32 # Parent 5119ccd08aec37cc2e864a6f44510587967a6baa fix merge diff -r 5119ccd08aec -r 3aa7d50a4ccd Sphinx/source/users/rest.rst --- 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 +`, 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 -`, which will provide you with the identifier of the Orthanc job. Bulk Store SCU ^^^^^^^^^^^^^^