# HG changeset patch # User Sebastien Jodogne # Date 1484902166 -3600 # Node ID c9a33e4a0577e1b7460ef7639fc3198f8261b053 # Parent 9af433a9a242f7b91ae5741822185a68114bbb5d fix mixup between HttpArguments and HttpHeaders in WADO-RS diff -r 9af433a9a242 -r c9a33e4a0577 Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Wed Jan 04 13:01:22 2017 +0100 +++ b/Sphinx/source/plugins/dicomweb.rst Fri Jan 20 09:49:26 2017 +0100 @@ -309,8 +309,9 @@ } EOF -Note how all the GET arguments must be specified in the ``Arguments`` -field. Orthanc will take care of properly encoding it to a URL. +Note how all the GET arguments for the QIDO-RS request must be +specified in the ``Arguments`` field. Orthanc will take care of +properly encoding it to a URL. An user-friendly reference of the features available in QIDO-RS and WADO-RS `can be found on this site `__. @@ -392,7 +393,8 @@ identifiers `, the ``.../retrieve`` URI uses DICOM identifiers. -Remark 2: The ``HttpArguments`` is also available. +Remark 2: The ``HttpHeaders`` and ``Arguments`` arguments are also +available, as for QIDO-RS.