# HG changeset patch # User Sebastien Jodogne # Date 1582454442 -3600 # Node ID f5b63b30d17814f28857bd7c4c088c42bb734c78 # Parent 42104307e838e5a6af776efd8f95bf766cb2a164 support diff -r 42104307e838 -r f5b63b30d178 Sphinx/source/users/support.rst --- 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 `. * 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 `). The most useful commands are - `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 `), and that are preferably + calls the :ref:`REST API of Orthanc `. The most useful + commands are `cURL `__, `DCMTK `__, `dicom3tools `__, `dcm4che command-line tools `__, or Python scripts.