comparison Sphinx/source/contributing.rst @ 496:1fdbf5b89b80

stl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Aug 2020 08:37:23 +0200
parents 4f076a3b9934
children e9d8c7e5afbd
comparison
equal deleted inserted replaced
495:826032d7cb84 496:1fdbf5b89b80
93 notably for neuroimaging. 93 notably for neuroimaging.
94 + `Encapsulate a video into a DICOM file 94 + `Encapsulate a video into a DICOM file
95 <https://stackoverflow.com/questions/28698888/creating-h-264-avc-dicom-file-with-dcmtk/28737338#28737338>`__ 95 <https://stackoverflow.com/questions/28698888/creating-h-264-avc-dicom-file-with-dcmtk/28737338#28737338>`__
96 by calling some REST route, similarly to the 96 by calling some REST route, similarly to the
97 ``/tools/create-dicom`` :ref:`route to encapsulate PDF <pdf>`. 97 ``/tools/create-dicom`` :ref:`route to encapsulate PDF <pdf>`.
98 + Similarly to video and PDF (cf. item above), `wrap/unwrap a STL
99 (3D mesh) to/from a DICOM file
100 <http://dicom.nema.org/medical/dicom/2020b/output/chtml/part03/sect_A.85.html>`__
101 by calling some REST route. This is notably useful for dentistry
102 (dental implants) or orthopaedics, yet even cutting-edge
103 research about 3D-printing of organs. In complement, provide a
104 `FreeCAD extension
105 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
106 import/export such STL files from/to Orthanc.
98 + Have a look at the TODO file containing our `official roadmap 107 + Have a look at the TODO file containing our `official roadmap
99 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 108 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
100 109
101 - Develop a way to "mount" the content of one Orthanc server as a 110 - Develop a way to "mount" the content of one Orthanc server as a
102 network drive through the :ref:`REST API <rest>`, using either 111 network drive through the :ref:`REST API <rest>`, using either