comparison 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
comparison
equal deleted inserted replaced
291:829ce317d215 292:8aa416899db4
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 * :ref:`Compile Orthanc by yourself <compiling>`.
19 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__. 18 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__.
20 * :ref:`Use Docker <docker>`. 19 * :ref:`Use Docker <docker>`.
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#vagrant>`__.
23 23
24 24
25 .. _orthanc-explorer: 25 .. _orthanc-explorer:
60 Uploading through the DICOM protocol 60 Uploading through the DICOM protocol
61 ------------------------------------ 61 ------------------------------------
62 62
63 Once Orthanc is up and running, any imaging modality can send 63 Once Orthanc is up and running, any imaging modality can send
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). 65 command). Check :ref:`this tutorial <configure-modality>` to
66 connect your modality to Orthanc.
66 67
67 You can use the standard command-line tool ``storescu`` from the 68 You can also use the standard command-line tool ``storescu`` from the
68 `DCMTK software <http://dicom.offis.de/dcmtk.php.en>`__ to 69 `DCMTK software <http://dicom.offis.de/dcmtk.php.en>`__ to
69 manually send DICOM images to Orthanc, for instance:: 70 manually send DICOM images to Orthanc, for instance::
70 71
71 $ storescu -aec ORTHANC localhost 4242 *.dcm 72 $ storescu -aec ORTHANC localhost 4242 *.dcm
72 73