view Sphinx/source/faq/viewers.rst @ 468:7d8b95b1b22c

Fixed name of 1.2.840.10008.1.2.4.70 transfer syntax (JPEG Lossless). See https://www.dicomlibrary.com/dicom/transfer-syntax/
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jul 2020 16:57:13 +0200
parents 011b01ccf52d
children 5327509a5031
line wrap: on
line source

.. _viewers:

What DICOM viewer is compatible with Orthanc?
=============================================

Basically, any viewer that supports :ref:`DICOM query/retrieve
<query-retrieve>` should be compatible with Orthanc.

Because the Orthanc project is focused on the promotion of free
software for medical imaging, we do not publish the list of
proprietary DICOM viewers that are compatible with Orthanc. Here is a
list of free and open-source viewers that are known to be compatible
with Orthanc (do not hesitate to `warn us
<mailto:s.jodogne@orthanc-labs.com>`__ about other compatible FOSS):

* `Open Health Imaging Foundation (OHIF) <https://docs.ohif.org/>`__.
* `Horos <https://horosproject.org/>`__.
* `Gingko CADx <http://ginkgo-cadx.com/en/>`__ (a
  :ref:`configuration guide <ginkgo-cadx>` is available).
* `3D Slicer <https://www.slicer.org/>`__.
* `medInria <https://med.inria.fr/>`__.
* `Aeskulap <https://github.com/pipelka/aeskulap>`__.
* `OsiriX <https://www.osirix-viewer.com/>`__ (note however that the
  openness of this particular software is `currently subject to
  discussion
  <https://www.purview.net/blog/an-open-letter-to-the-osirix-community>`__).

Make also sure to check out the following extensions to Orthanc:

* `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>`__.
* `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
  <https://github.com/ivmartel/dwv-orthanc-plugin>`__ by Yves
  Martelli, that embeds `dwv
  <https://github.com/ivmartel/dwv/wiki>`__.

Very importantly, Marco Barnig independently keeps track of a list of
`Mobile DICOM Viewers <http://www.web3.lu/mobile-dicom-viewers/>`__
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>`.