# HG changeset patch # User Sebastien Jodogne # Date 1479810823 -3600 # Node ID 4b332c3d7824c1abc71784b2aea82d987ecca45f # Parent fc8af28a8eea753d33b0a1d850e69c66456e3221 moving TODO out of Trello diff -r fc8af28a8eea -r 4b332c3d7824 Sphinx/source/contributing.rst --- a/Sphinx/source/contributing.rst Fri Nov 18 17:28:26 2016 +0100 +++ b/Sphinx/source/contributing.rst Tue Nov 22 11:33:43 2016 +0100 @@ -28,7 +28,7 @@ * Develop :ref:`C/C++ plugins extending the Orthanc core `. Here are some ideas of possible plugins: - * Check the right-hand column of the `official roadmap `__. + * Check the TODO file of the `official roadmap `__. * Create a :ref:`more advanced Web interface ` than the built-in Orthanc Explorer. * Extend the :ref:`sample modality worklist plugin ` so that it manages the worklists (i.e. add/remove items) with a REST API or HL7 messages, instead of reading them from diff -r fc8af28a8eea -r 4b332c3d7824 Sphinx/source/faq/supported-images.rst --- a/Sphinx/source/faq/supported-images.rst Fri Nov 18 17:28:26 2016 +0100 +++ b/Sphinx/source/faq/supported-images.rst Tue Nov 22 11:33:43 2016 +0100 @@ -29,7 +29,9 @@ `__, that mostly supports whatever is supported by the well-known `GDCM toolkit `__ by Mathieu Malaterre. Note -that multiframe (notably cine) DICOM instances are currently not -supported by the Web viewer plugin. It is also planned to create a -`plugin to extend the image formats `__ -that are supported by the Orthanc core. +however that multiframe (notably cine) DICOM instances are currently +not supported by the Web viewer plugin. + +Finally, consider having a look at the section in the Orthanc Book +about the :ref:`compatible DICOM viewers `. + diff -r fc8af28a8eea -r 4b332c3d7824 Sphinx/source/faq/viewers.rst --- a/Sphinx/source/faq/viewers.rst Fri Nov 18 17:28:26 2016 +0100 +++ b/Sphinx/source/faq/viewers.rst Tue Nov 22 11:33:43 2016 +0100 @@ -1,3 +1,5 @@ +.. _viewers: + What DICOM viewer is compatible with Orthanc? =============================================