comparison Sphinx/source/plugins/dicomweb.rst @ 255:949a13b92195

google
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jun 2019 22:31:25 +0200
parents 57ecb27d1851
children f9e7036d81d0
comparison
equal deleted inserted replaced
254:63cc25161330 255:949a13b92195
23 Compilation 23 Compilation
24 ----------- 24 -----------
25 25
26 .. highlight:: text 26 .. highlight:: text
27 27
28 The procedure to compile these plugins is similar of that for the 28 The procedure to compile this plugin is similar of that for the
29 :ref:`core of Orthanc <compiling>`. The following commands should work 29 :ref:`core of Orthanc <compiling>`. The following commands should work
30 for every UNIX-like distribution (including GNU/Linux):: 30 for every UNIX-like distribution (including GNU/Linux)::
31 31
32 $ mkdir Build 32 $ mkdir Build
33 $ cd Build 33 $ cd Build
35 $ make 35 $ make
36 36
37 The compilation will produce a shared library ``OrthancDicomWeb`` that 37 The compilation will produce a shared library ``OrthancDicomWeb`` that
38 contains the DICOMweb plugin. Pre-compiled binaries for Microsoft 38 contains the DICOMweb plugin. Pre-compiled binaries for Microsoft
39 Windows `are also available 39 Windows `are also available
40 <http://www.orthanc-server.com/browse.php?path=/plugin-dicom-web>`__. 40 <http://www.orthanc-server.com/browse.php?path=/plugin-dicom-web>`__,
41 A package for `Apple's Mac OS X 41 and are included in the `Windows installers
42 <https://www.orthanc-server.com/download-windows.php>`__. A package
43 for `Apple's Mac OS X
42 <http://localhost/~jodogne/orthanc/static.php?page=download-mac>`__ is 44 <http://localhost/~jodogne/orthanc/static.php?page=download-mac>`__ is
43 available courtesy of `Osimis <http://osimis.io/>`__. 45 available courtesy of `Osimis <http://osimis.io/>`__.
44 46
45 *Remark:* Some older build instructions are also available in the 47 *Remark:* Some older build instructions are also available in the
46 `source distribution 48 `source distribution
123 0.7 of the DICOMweb plugin, its value are computed from the standard 125 0.7 of the DICOMweb plugin, its value are computed from the standard
124 HTTP headers ``Forwarded`` and ``Host``, as provided by the HTTP 126 HTTP headers ``Forwarded`` and ``Host``, as provided by the HTTP
125 clients. 127 clients.
126 128
127 129
130
131 .. _dicomweb-client-config:
128 132
129 Client-related options 133 Client-related options
130 ^^^^^^^^^^^^^^^^^^^^^^ 134 ^^^^^^^^^^^^^^^^^^^^^^
131 135
132 .. highlight:: json 136 .. highlight:: json