comparison Sphinx/source/users/cookbook.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 8aa416899db4
children 987fbbc2b59e
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
13 Obtaining binaries 13 Obtaining binaries
14 ------------------ 14 ------------------
15 15
16 To obtain the Orthanc binaries, you have several possibilities: 16 To obtain the Orthanc binaries, you have several possibilities:
17 17
18 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__. 18 * `Download pre-compiled packages <https://www.orthanc-server.com/download.php>`__.
19 * :ref:`Use Docker <docker>`. 19 * :ref:`Use Docker <docker>`.
20 * :ref:`Compile Orthanc by yourself <compiling>`. 20 * :ref:`Compile Orthanc by yourself <compiling>`.
21 * External contributors are also maintaining `Vagrant VM for Orthanc 21 * External contributors are also maintaining `Vagrant VM for Orthanc
22 <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#vagrant>`__. 22 <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#user-content-vagrant>`__.
23 23
24 24
25 .. _orthanc-explorer: 25 .. _orthanc-explorer:
26 26
27 Opening Orthanc Explorer 27 Opening Orthanc Explorer
64 instances to Orthanc through the DICOM protocol (with the C-Store 64 instances to Orthanc through the DICOM protocol (with the C-Store
65 command). Check :ref:`this tutorial <configure-modality>` to 65 command). Check :ref:`this tutorial <configure-modality>` to
66 connect your modality to Orthanc. 66 connect your modality to Orthanc.
67 67
68 You can also use the standard command-line tool ``storescu`` from the 68 You can also use the standard command-line tool ``storescu`` from the
69 `DCMTK software <http://dicom.offis.de/dcmtk.php.en>`__ to 69 `DCMTK software <https://dicom.offis.de/dcmtk.php.en>`__ to manually
70 manually send DICOM images to Orthanc, for instance:: 70 send DICOM images to Orthanc, for instance::
71 71
72 $ storescu -aec ORTHANC localhost 4242 *.dcm 72 $ storescu -aec ORTHANC localhost 4242 *.dcm
73 73
74 will send all the files with ".dcm" extension to the instance of 74 will send all the files with ".dcm" extension to the instance of
75 Orthanc that is running on the ``localhost``, whose application entity 75 Orthanc that is running on the ``localhost``, whose application entity