comparison Sphinx/source/faq/viewers.rst @ 552:5327509a5031

updated faq/viewers.rst
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:55:19 +0100
parents 011b01ccf52d
children 34023cb72023
comparison
equal deleted inserted replaced
551:d0332c5a2cb8 552:5327509a5031
1 .. _viewers: 1 .. _viewers:
2 2
3 What DICOM viewer is compatible with Orthanc? 3 What DICOM viewer is compatible with Orthanc?
4 ============================================= 4 =============================================
5 5
6 .. note:: The viewer that is the easiest to use with Orthanc is most
7 probably the `Stone Web viewer
8 <https://www.orthanc-server.com/static.php?page=stone-web-viewer>`__.
9
6 Basically, any viewer that supports :ref:`DICOM query/retrieve 10 Basically, any viewer that supports :ref:`DICOM query/retrieve
7 <query-retrieve>` should be compatible with Orthanc. 11 <query-retrieve>` should be compatible with Orthanc.
8 12
9 Because the Orthanc project is focused on the promotion of free 13 Because the Orthanc project is focused on the promotion of free
10 software for medical imaging, we do not publish the list of 14 software for medical imaging, we do not publish the list of
25 discussion 29 discussion
26 <https://www.purview.net/blog/an-open-letter-to-the-osirix-community>`__). 30 <https://www.purview.net/blog/an-open-letter-to-the-osirix-community>`__).
27 31
28 Make also sure to check out the following extensions to Orthanc: 32 Make also sure to check out the following extensions to Orthanc:
29 33
34 * `Stone Web viewer plugin <https://www.orthanc-server.com/static.php?page=stone-web-viewer>`__
35 (advanced version of the Orthanc Web viewer).
30 * `Orthanc Web viewer plugin <https://www.orthanc-server.com/static.php?page=web-viewer>`__. 36 * `Orthanc Web viewer plugin <https://www.orthanc-server.com/static.php?page=web-viewer>`__.
31 * `Osimis Web viewer plugin (Advanced version of the Orthanc Web viewer) 37 * `Osimis Web viewer plugin
32 <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__. 38 <https://www.orthanc-server.com/static.php?page=osimis-web-viewer>`__
39 (deprecated, but provides compatibility with Web browsers that do
40 not support `WebAssembly <https://caniuse.com/?search=wasm>`__).
33 * `ImageJ extension <https://www.orthanc-server.com/static.php?page=imagej>`__. 41 * `ImageJ extension <https://www.orthanc-server.com/static.php?page=imagej>`__.
34 * `Stone of Orthanc <https://www.orthanc-server.com/static.php?page=stone>`__. 42 * `Stone of Orthanc <https://www.orthanc-server.com/static.php?page=stone>`__.
35 * `dwv-orthanc-plugin 43 * `dwv-orthanc-plugin
36 <https://github.com/ivmartel/dwv-orthanc-plugin>`__ by Yves 44 <https://github.com/ivmartel/dwv-orthanc-plugin>`__ by Yves
37 Martelli, that embeds `dwv 45 Martelli, that embeds `dwv
40 Very importantly, Marco Barnig independently keeps track of a list of 48 Very importantly, Marco Barnig independently keeps track of a list of
41 `Mobile DICOM Viewers <http://www.web3.lu/mobile-dicom-viewers/>`__ 49 `Mobile DICOM Viewers <http://www.web3.lu/mobile-dicom-viewers/>`__
42 that are compatible with Orthanc. The Orthanc project is very grateful 50 that are compatible with Orthanc. The Orthanc project is very grateful
43 to Marco for this great contribution. 51 to Marco for this great contribution.
44 52
45 As far as Sébastien Jodogne is concerned, he uses the Orthanc Web viewer
46 plugin and the ImageJ extension for simple analysis tasks. For more
47 intensive 3D viewing, he uses Ginkgo CADx. Finally, for advanced
48 usages (such as PET-CT fusion or contouring), he switches to 3D
49 Slicer.
50
51 If you face problems when configuring DICOM networking, make sure to 53 If you face problems when configuring DICOM networking, make sure to
52 follow the :ref:`troubleshooting guide <dicom>`. 54 follow the :ref:`troubleshooting guide <dicom>`.