changeset 552:5327509a5031

updated faq/viewers.rst
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:55:19 +0100
parents d0332c5a2cb8
children 608094adf405
files Sphinx/source/faq.rst Sphinx/source/faq/viewers.rst
diffstat 2 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq.rst	Sat Dec 05 10:48:08 2020 +0100
+++ b/Sphinx/source/faq.rst	Sun Dec 06 11:55:19 2020 +0100
@@ -9,6 +9,7 @@
 .. toctree::
    :maxdepth: 1
 
+   faq/viewers.rst
    faq/licensing.rst
    faq/features.rst
    faq/scalability.rst
@@ -44,7 +45,6 @@
    faq/supported-images.rst
    faq/video.rst
    faq/worklist.rst
-   faq/viewers.rst
    faq/orthanc-dicom-origin.rst
 
 
--- a/Sphinx/source/faq/viewers.rst	Sat Dec 05 10:48:08 2020 +0100
+++ b/Sphinx/source/faq/viewers.rst	Sun Dec 06 11:55:19 2020 +0100
@@ -3,6 +3,10 @@
 What DICOM viewer is compatible with Orthanc?
 =============================================
 
+.. note:: The viewer that is the easiest to use with Orthanc is most
+          probably the `Stone Web viewer
+          <https://www.orthanc-server.com/static.php?page=stone-web-viewer>`__.
+  
 Basically, any viewer that supports :ref:`DICOM query/retrieve
 <query-retrieve>` should be compatible with Orthanc.
 
@@ -27,9 +31,13 @@
 
 Make also sure to check out the following extensions to Orthanc:
 
+* `Stone Web viewer plugin <https://www.orthanc-server.com/static.php?page=stone-web-viewer>`__
+  (advanced version of the Orthanc Web viewer).
 * `Orthanc Web viewer plugin <https://www.orthanc-server.com/static.php?page=web-viewer>`__.
-* `Osimis Web viewer plugin (Advanced version of the Orthanc Web viewer)
-  <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__.
+* `Osimis Web viewer plugin
+  <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__
+  (deprecated, but provides compatibility with Web browsers that do
+  not support `WebAssembly <https://caniuse.com/?search=wasm>`__).
 * `ImageJ extension <https://www.orthanc-server.com/static.php?page=imagej>`__.
 * `Stone of Orthanc <https://www.orthanc-server.com/static.php?page=stone>`__.
 * `dwv-orthanc-plugin
@@ -42,11 +50,5 @@
 that are compatible with Orthanc. The Orthanc project is very grateful
 to Marco for this great contribution.
 
-As far as Sébastien Jodogne is concerned, he uses the Orthanc Web viewer
-plugin and the ImageJ extension for simple analysis tasks. For more
-intensive 3D viewing, he uses Ginkgo CADx. Finally, for advanced
-usages (such as PET-CT fusion or contouring), he switches to 3D
-Slicer.
-
 If you face problems when configuring DICOM networking, make sure to
 follow the :ref:`troubleshooting guide <dicom>`.