comparison Sphinx/source/contributing.rst @ 835:1f9f6269543f

documentation of the neuroimaging plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Apr 2022 15:04:02 +0200
parents 71492ec8af49
children bf3946cb3ca0
comparison
equal deleted inserted replaced
834:0b35dcbb127c 835:1f9f6269543f
113 <improving-interface>` than the built-in Orthanc Explorer. 113 <improving-interface>` than the built-in Orthanc Explorer.
114 + Extend the :ref:`sample modality worklist plugin <worklist>` so 114 + Extend the :ref:`sample modality worklist plugin <worklist>` so
115 that it manages the worklists (i.e. add/remove items) with a 115 that it manages the worklists (i.e. add/remove items) with a
116 REST API or HL7 messages, instead of reading them from some 116 REST API or HL7 messages, instead of reading them from some
117 folder on the filesystem. 117 folder on the filesystem.
118 + Conversion to/from `NIfTI
119 <https://www.sciencedirect.com/science/article/abs/pii/S0165027016300073?via%3Dihub>`__
120 and/or `BIDS
121 <https://en.wikipedia.org/wiki/Brain_Imaging_Data_Structure>`__,
122 notably for neuroimaging.
123 + `Encapsulate a video into a DICOM file 118 + `Encapsulate a video into a DICOM file
124 <https://stackoverflow.com/questions/28698888/creating-h-264-avc-dicom-file-with-dcmtk/28737338#28737338>`__ 119 <https://stackoverflow.com/questions/28698888/creating-h-264-avc-dicom-file-with-dcmtk/28737338#28737338>`__
125 by calling some REST route, similarly to the 120 by calling some REST route, similarly to the
126 ``/tools/create-dicom`` :ref:`route to encapsulate PDF <pdf>`. 121 ``/tools/create-dicom`` :ref:`route to encapsulate PDF <pdf>`.
127 + Similarly to video and PDF (cf. item above), `wrap/unwrap a STL 122 + Similarly to video and PDF (cf. item above), `wrap/unwrap a STL