# HG changeset patch # User Alain Mazy # Date 1669389530 -3600 # Node ID d37e987c312af2a09b5ec939e287ecd3e2bb4e29 # Parent d56a26f2d2866be55caaf0946f72cbe8405fb2b9 fix atomicity DW diff -r d56a26f2d286 -r d37e987c312a Sphinx/source/faq/transfer-atomicity.rst --- 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) | +--------------------------------------------------+--------------------------------------------------+-----------------------------------------------+