diff Sphinx/source/users/cookbook.rst @ 292:8aa416899db4

added a tuto to connect a modality to Orthanc
author Alain Mazy <alain@mazy.be>
date Mon, 16 Dec 2019 10:09:42 +0100
parents bd0fbf1f0143
children 011b01ccf52d
line wrap: on
line diff
--- a/Sphinx/source/users/cookbook.rst	Thu Nov 14 10:28:31 2019 +0100
+++ b/Sphinx/source/users/cookbook.rst	Mon Dec 16 10:09:42 2019 +0100
@@ -15,9 +15,9 @@
 
 To obtain the Orthanc binaries, you have several possibilities:
 
-* :ref:`Compile Orthanc by yourself <compiling>`.
 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__.
 * :ref:`Use Docker <docker>`.
+* :ref:`Compile Orthanc by yourself <compiling>`.
 * External contributors are also maintaining `Vagrant VM for Orthanc
   <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#vagrant>`__.
 
@@ -62,9 +62,10 @@
 
 Once Orthanc is up and running, any imaging modality can send
 instances to Orthanc through the DICOM protocol (with the C-Store
-command).
+command).  Check :ref:`this tutorial <configure-modality>` to 
+connect your modality to Orthanc.
 
-You can use the standard command-line tool ``storescu`` from the
+You can also use the standard command-line tool ``storescu`` from the
 `DCMTK software <http://dicom.offis.de/dcmtk.php.en>`__ to 
 manually send DICOM images to Orthanc, for instance::