comparison Sphinx/source/plugins/dicomweb.rst @ 262:3391edf37359

note for packagers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Aug 2019 09:51:59 +0200
parents f9e7036d81d0
children 6cbcdb965ad3
comparison
equal deleted inserted replaced
261:857f4870fd7f 262:3391edf37359
457 457
458 Additional HTTP headers can be added with an optional ``HttpHeaders`` 458 Additional HTTP headers can be added with an optional ``HttpHeaders``
459 argument as for QIDO-RS and WADO-RS. This might be useful e.g. for 459 argument as for QIDO-RS and WADO-RS. This might be useful e.g. for
460 cookie-based session management. 460 cookie-based session management.
461 461
462 Internally, this call results in creating an :ref:`Orthanc job <job>` 462 Internally, this call results in creating an :ref:`Orthanc job <jobs>`
463 that is executed synchronously (the REST call only returns once the 463 that is executed synchronously (the REST call only returns once the
464 STOW-RS request is finished). You can run the job in asynchronous 464 STOW-RS request is finished). You can run the job in asynchronous
465 mode as follows:: 465 mode as follows::
466 466
467 $ curl http://localhost:8042/dicom-web/servers/sample/stow -X POST -d @- << EOF 467 $ curl http://localhost:8042/dicom-web/servers/sample/stow -X POST -d @- << EOF