Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/stone-webviewer.rst @ 867:888d6b29245a
faq: Can the Stone Web Viewer display DICOM-SR
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Jul 2022 17:43:10 +0200 |
parents | 6787e8af4316 |
children | db16e0fffe67 |
comparison
equal
deleted
inserted
replaced
866:16d41a4f5ffb | 867:888d6b29245a |
---|---|
149 only. | 149 only. |
150 | 150 |
151 Check out your local regulations to ensure you're using it in a | 151 Check out your local regulations to ensure you're using it in a |
152 legal manner. | 152 legal manner. |
153 | 153 |
154 - **Can the Stone Web Viewer display DICOM-SR (structured reports)?** | |
155 | |
156 The Stone Web viewer doesn't provide built-in support for | |
157 DICOM-SR. However, it can display DICOM-SR that have been beforehand | |
158 converted to PDF. | |
159 | |
160 To this end, you could for instance first use the ``dsr2html`` | |
161 command-line tool that is provided by the `DCMTK project | |
162 <https://support.dcmtk.org/docs/mod_dcmsr.html>`__ to convert the | |
163 structured report to HTML, then use a HTML-to-PDF converter such as | |
164 `wkhtmltopdf <https://wkhtmltopdf.org/>`__, and finally convert the | |
165 PDF to DICOM using the ``/tools/create-dicom`` route in the `REST | |
166 API of Orthanc | |
167 <https://api.orthanc-server.com/index.html#tag/System/paths/~1tools~1create-dicom/post>`__. | |
168 It would be easy to automate this workflow using a :ref:`Python | |
169 plugin <python-plugin>`. | |
170 | |
171 If you have an interest in DICOM-SR, the Orthanc community would | |
172 love to have access to sample DICOM files that could be used to | |
173 enhance the support of structured reports in the Stone Web viewer. | |
174 If you have such sample files, please post them to the `Orthanc | |
175 Users <https://groups.google.com/g/orthanc-users>`__ discussion | |
176 forum. | |
154 | 177 |
155 - **What video formats are supported by the Stone Web Viewer?** | 178 - **What video formats are supported by the Stone Web Viewer?** |
156 | 179 |
157 The set of codecs supported by the Stone Viewer is an intersection | 180 The set of codecs supported by the Stone Viewer is an intersection |
158 of the sets of codecs supported by the `DICOM standard | 181 of the sets of codecs supported by the `DICOM standard |