# HG changeset patch # User Sebastien Jodogne # Date 1607252119 -3600 # Node ID 5327509a5031e9715d44bd211160bbeec84bf61e # Parent d0332c5a2cb80f5fabfefbd2c09ae40975bec9aa updated faq/viewers.rst diff -r d0332c5a2cb8 -r 5327509a5031 Sphinx/source/faq.rst --- 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 diff -r d0332c5a2cb8 -r 5327509a5031 Sphinx/source/faq/viewers.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 + `__. + Basically, any viewer that supports :ref:`DICOM 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 `__ + (advanced version of the Orthanc Web viewer). * `Orthanc Web viewer plugin `__. -* `Osimis Web viewer plugin (Advanced version of the Orthanc Web viewer) - `__. +* `Osimis Web viewer plugin + `__ + (deprecated, but provides compatibility with Web browsers that do + not support `WebAssembly `__). * `ImageJ extension `__. * `Stone of Orthanc `__. * `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 `.