Mercurial > hg > orthanc-book
changeset 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 | 05b106383b2a |
children | 5c8d2250b361 |
files | Sphinx/source/images/osimis-web-viewer.png Sphinx/source/plugins/object-storage.rst Sphinx/source/plugins/orthanc-explorer-2.rst Sphinx/source/plugins/osimis-webviewer.rst |
diffstat | 4 files changed, 26 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Tue Nov 21 21:39:40 2023 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Tue Nov 28 07:53:33 2023 +0100 @@ -33,8 +33,8 @@ The AWS plugin is available in the default Docker images while the Azure and Google plugins are available in the ``-full`` images. -The Azure plugin is also available as part of the -`Windows Installer <https://orthanc.osimis.io/win-installer/OrthancInstaller-Win64-latest.exe>`__ +The Azure plugin is also available as part of the `Windows Installer +<https://orthanc.uclouvain.be/downloads/windows-64/installers/index.html>`__ (only for 64bits platform). These plugins are used to interface Orthanc with commercial and
--- a/Sphinx/source/plugins/orthanc-explorer-2.rst Tue Nov 21 21:39:40 2023 +0100 +++ b/Sphinx/source/plugins/orthanc-explorer-2.rst Tue Nov 28 07:53:33 2023 +0100 @@ -35,8 +35,8 @@ Binaries are included in: - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__ -- The `Windows Installer <https://orthanc.osimis.io/win-installer/OrthancInstaller-Win64-latest.exe>`__ (only for 64bits platform) -- The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__ +- The `Windows Installer <https://orthanc.uclouvain.be/downloads/windows-64/installers/index.html>`__ +- The `macOS packages <https://orthanc.uclouvain.be/downloads/macos/packages/index.html>`__ Release notes are available `here <https://github.com/orthanc-server/orthanc-explorer-2/blob/master/release-notes.md>`__.
--- a/Sphinx/source/plugins/osimis-webviewer.rst Tue Nov 21 21:39:40 2023 +0100 +++ b/Sphinx/source/plugins/osimis-webviewer.rst Tue Nov 28 07:53:33 2023 +0100 @@ -6,31 +6,43 @@ .. contents:: +.. warning:: + + The Osimis Web viewer is now deprecated and superseded by the + :ref:`Stone Web viewer <stone_webviewer>`. + This plugin by Osimis extends Orthanc with a Web viewer of medical images, with more advanced features than the basic :ref:`Orthanc Web viewer plugin <webviewer>`. The Osimis plugin adds tools for measuring, for viewing multiple series, and for split-pane. -For general information and a demonstration, check out the `official -homepage of the plugin -<https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__. -Also `check out the source code -<https://bitbucket.org/osimis/osimis-webviewer-plugin>`__. +This plugin adds a dedicated button to Orthanc Explorer to open the +viewer that looks like the following image: + +.. image:: ../images/osimis-web-viewer.png + :align: center + :width: 800 + + + How to get it ------------- +For general information, `check out the source code +<https://bitbucket.org/osimis/osimis-webviewer-plugin>`__. + The Osimis Web viewer is part of the `Windows installers <https://www.orthanc-server.com/download-windows.php>`__. For GNU/Linux users, you'll find it in the :ref:`osimis/orthanc -<docker-osimis>` Docker images or you can download the LSB (Linux -Standard Base) binaries `here -<http://orthanc.osimis.io/lsb/plugin-osimis-webviewer/releases/1.4.1/libOsimisWebViewer.so>`__. +<docker-osimis>` Docker images or you can download precompiled LSB +(Linux Standard Base) binaries `here +<https://orthanc.uclouvain.be/downloads/linux-standard-base/osimis-web-viewer/index.html>`__. The compilation process is quite complex since it requires to build -first the frontend and then the backend. All information can be found +first the frontend and then the backend. All information can be found in the `source code <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__. @@ -72,9 +84,7 @@ Once a :ref:`DICOM study <model-world>` is opened using Orthanc Explorer, a yellow button entitled ``Osimis Web Viewer`` will show -up. It will open the Web viewer for that particular study. See also -the interactive demonstration on the `official homepage of the plugin -<https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__. +up. It will open the Web viewer for that particular study. Advanced options ----------------