Mercurial > hg > orthanc-book
changeset 89:c9a33e4a0577
fix mixup between HttpArguments and HttpHeaders in WADO-RS
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Jan 2017 09:49:26 +0100 |
parents | 9af433a9a242 |
children | e6a15f619786 |
files | Sphinx/source/plugins/dicomweb.rst |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <http://www.dicomweb.org/>`__. @@ -392,7 +393,8 @@ identifiers <orthanc-ids>`, 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.