# HG changeset patch # User Sebastien Jodogne # Date 1588144896 -7200 # Node ID e73148f45930c7be507b80c6efc9bd1e98c3ecf3 # Parent 5ed3e680364e86da62f53395d159fa66d6d38b2d async c-store diff -r 5ed3e680364e -r e73148f45930 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Mon Apr 27 10:11:21 2020 +0200 +++ b/Sphinx/source/users/rest.rst Wed Apr 29 09:21:36 2020 +0200 @@ -584,6 +584,14 @@ Note that you can send isolated DICOM instances with this command, but also entire patients, studies or series. +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 +that handles the transfer:: + + $ curl -X POST http://localhost:8042/modalities/sample/store -d '{"Resources":["66c8e41e-ac3a9029-0b85e42a-8195ee0a-92c2e62e"],"Synchronous":false}' + + Bulk Store SCU ^^^^^^^^^^^^^^