Mercurial > hg > orthanc-book
changeset 321:f5b63b30d178
support
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 23 Feb 2020 11:40:42 +0100 |
parents | 42104307e838 |
children | c5226c5509ca |
files | Sphinx/source/users/support.rst |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/support.rst Fri Feb 21 17:36:06 2020 +0100 +++ b/Sphinx/source/users/support.rst Sun Feb 23 11:40:42 2020 +0100 @@ -64,10 +64,11 @@ * Full logs as produced by Orthanc in :ref:`verbose mode <log>`. * Sample DICOM files. * A sequence of command lines that lead to your problem. These command - lines must only call commands that are available as free and - open-source software and that are cross-platform (:ref:`proprietary - software does not help <proprietary>`). The most useful commands are - `cURL <https://en.wikipedia.org/wiki/CURL>`__, `DCMTK + lines must only use commands that are available as free and + open-source software, that are cross-platform (:ref:`proprietary + software does not help <proprietary>`), and that are preferably + calls the :ref:`REST API of Orthanc <rest>`. The most useful + commands are `cURL <https://en.wikipedia.org/wiki/CURL>`__, `DCMTK <https://dicom.offis.de/dcmtk.php.en>`__, `dicom3tools <https://www.dclunie.com/dicom3tools.html>`__, `dcm4che command-line tools <https://www.dcm4che.org/>`__, or Python scripts.