comparison Sphinx/source/plugins/osimis-webviewer.rst @ 994:df9162e80fc8

Osimis has discontinued the sample demo server for the Osimis Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Nov 2023 07:53:33 +0100
parents 109c043907a1
children e12cf25cc93b
comparison
equal deleted inserted replaced
993:05b106383b2a 994:df9162e80fc8
4 Osimis Web Viewer plugin (deprecated) 4 Osimis Web Viewer plugin (deprecated)
5 ===================================== 5 =====================================
6 6
7 .. contents:: 7 .. contents::
8 8
9 .. warning::
10
11 The Osimis Web viewer is now deprecated and superseded by the
12 :ref:`Stone Web viewer <stone_webviewer>`.
13
9 This plugin by Osimis extends Orthanc with a Web viewer of medical 14 This plugin by Osimis extends Orthanc with a Web viewer of medical
10 images, with more advanced features than the basic :ref:`Orthanc Web 15 images, with more advanced features than the basic :ref:`Orthanc Web
11 viewer plugin <webviewer>`. The Osimis plugin adds tools for 16 viewer plugin <webviewer>`. The Osimis plugin adds tools for
12 measuring, for viewing multiple series, and for split-pane. 17 measuring, for viewing multiple series, and for split-pane.
13 18
14 For general information and a demonstration, check out the `official 19 This plugin adds a dedicated button to Orthanc Explorer to open the
15 homepage of the plugin 20 viewer that looks like the following image:
16 <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__. 21
17 Also `check out the source code 22 .. image:: ../images/osimis-web-viewer.png
18 <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__. 23 :align: center
24 :width: 800
25
26
27
19 28
20 29
21 How to get it 30 How to get it
22 ------------- 31 -------------
23 32
33 For general information, `check out the source code
34 <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__.
35
24 The Osimis Web viewer is part of the `Windows installers 36 The Osimis Web viewer is part of the `Windows installers
25 <https://www.orthanc-server.com/download-windows.php>`__. 37 <https://www.orthanc-server.com/download-windows.php>`__.
26 38
27 For GNU/Linux users, you'll find it in the :ref:`osimis/orthanc 39 For GNU/Linux users, you'll find it in the :ref:`osimis/orthanc
28 <docker-osimis>` Docker images or you can download the LSB (Linux 40 <docker-osimis>` Docker images or you can download precompiled LSB
29 Standard Base) binaries `here 41 (Linux Standard Base) binaries `here
30 <http://orthanc.osimis.io/lsb/plugin-osimis-webviewer/releases/1.4.1/libOsimisWebViewer.so>`__. 42 <https://orthanc.uclouvain.be/downloads/linux-standard-base/osimis-web-viewer/index.html>`__.
31 43
32 The compilation process is quite complex since it requires to build 44 The compilation process is quite complex since it requires to build
33 first the frontend and then the backend. All information can be found 45 first the frontend and then the backend. All information can be found
34 in the `source code 46 in the `source code
35 <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__. 47 <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__.
36 48
37 49
38 Usage 50 Usage
70 Orthanc must of course be restarted after the modification of its 82 Orthanc must of course be restarted after the modification of its
71 configuration file. 83 configuration file.
72 84
73 Once a :ref:`DICOM study <model-world>` is opened using Orthanc 85 Once a :ref:`DICOM study <model-world>` is opened using Orthanc
74 Explorer, a yellow button entitled ``Osimis Web Viewer`` will show 86 Explorer, a yellow button entitled ``Osimis Web Viewer`` will show
75 up. It will open the Web viewer for that particular study. See also 87 up. It will open the Web viewer for that particular study.
76 the interactive demonstration on the `official homepage of the plugin
77 <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__.
78 88
79 Advanced options 89 Advanced options
80 ---------------- 90 ----------------
81 91
82 .. highlight:: json 92 .. highlight:: json