Mercurial > hg > orthanc-book
changeset 898:d37e987c312a
fix atomicity DW
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 25 Nov 2022 16:18:50 +0100 |
parents | d56a26f2d286 |
children | b274a5d4d59d |
files | Sphinx/source/faq/transfer-atomicity.rst |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/transfer-atomicity.rst Thu Nov 24 08:17:14 2022 +0100 +++ b/Sphinx/source/faq/transfer-atomicity.rst Fri Nov 25 16:18:50 2022 +0100 @@ -50,8 +50,8 @@ | | * use storage commitment to check which | | | | instances are stored on destination | | +--------------------------------------------------+--------------------------------------------------+-----------------------------------------------+ -| **DicomWeb** | * If client receives a 200 | No | -| | * If ``/dicom-web/servers/sample/stow`` returns | | +| **DicomWeb** | * If client receives a 200 | Yes (provided that the client sends a full | +| | * If ``/dicom-web/servers/sample/stow`` returns | study in a single STOW-RS request | | | a 200 or if job is successfull | | +--------------------------------------------------+--------------------------------------------------+-----------------------------------------------+ | **Orthanc Rest API** | * If every call to ``/instances`` receives a | No | @@ -59,7 +59,7 @@ | | * If ``/peers/sample/store`` receives a | | | | 200 or if job is successfull | | +--------------------------------------------------+--------------------------------------------------+-----------------------------------------------+ -| **Transfers accelerator plugin** | * If ``/transfers/send`` receives a | Yes (provided that the client sends full | +| **Transfers accelerator plugin** | * If ``/transfers/send`` receives a | Yes (provided that the client sends a full | | | 200 or if job is successfull | study) | +--------------------------------------------------+--------------------------------------------------+-----------------------------------------------+