# HG changeset patch # User Sebastien Jodogne # Date 1701154413 -3600 # Node ID df9162e80fc816d1016127d80851792dd86c64d1 # Parent 05b106383b2a05e62c4254e3085ffba4bcff500e Osimis has discontinued the sample demo server for the Osimis Web viewer diff -r 05b106383b2a -r df9162e80fc8 Sphinx/source/images/osimis-web-viewer.png Binary file Sphinx/source/images/osimis-web-viewer.png has changed diff -r 05b106383b2a -r df9162e80fc8 Sphinx/source/plugins/object-storage.rst --- 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 `__ +The Azure plugin is also available as part of the `Windows Installer +`__ (only for 64bits platform). These plugins are used to interface Orthanc with commercial and diff -r 05b106383b2a -r df9162e80fc8 Sphinx/source/plugins/orthanc-explorer-2.rst --- 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 `__ -- The `Windows Installer `__ (only for 64bits platform) -- The `MacOS packages `__ +- The `Windows Installer `__ +- The `macOS packages `__ Release notes are available `here `__. diff -r 05b106383b2a -r df9162e80fc8 Sphinx/source/plugins/osimis-webviewer.rst --- 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 `. + 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 `. 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 -`__. -Also `check out the source code -`__. +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 +`__. + The Osimis Web viewer is part of the `Windows installers `__. For GNU/Linux users, you'll find it in the :ref:`osimis/orthanc -` Docker images or you can download the LSB (Linux -Standard Base) binaries `here -`__. +` Docker images or you can download precompiled LSB +(Linux Standard Base) binaries `here +`__. 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 `__. @@ -72,9 +84,7 @@ Once a :ref:`DICOM study ` 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 -`__. +up. It will open the Web viewer for that particular study. Advanced options ----------------