# HG changeset patch # User Sebastien Jodogne # Date 1712392815 -7200 # Node ID ed64444eb5427b660a32f079de55700cefec89d1 # Parent 288b883e06b1b1f8d5fac7a5f7c8301023066116 preparing stl diff -r 288b883e06b1 -r ed64444eb542 Sphinx/source/contributing.rst --- a/Sphinx/source/contributing.rst Mon Apr 01 15:09:37 2024 +0200 +++ b/Sphinx/source/contributing.rst Sat Apr 06 10:40:15 2024 +0200 @@ -122,15 +122,10 @@ `__ by calling some REST route, similarly to the ``/tools/create-dicom`` :ref:`route to encapsulate PDF `. - + Similarly to video and PDF (cf. item above), `wrap/unwrap a STL - (3D mesh) to/from a DICOM file - `__ - by calling some REST route. This is notably useful for dentistry - (dental implants) or orthopaedics, yet even cutting-edge - research about 3D-printing of organs. In complement, provide a - `FreeCAD extension + + Provide a `FreeCAD extension `__ to - import/export such STL files from/to Orthanc. + import/export :ref:`DICOM STL ` files from/to + Orthanc. + Create a plugin to edit DICOM files (add, update or remove DICOM tags). + Create samples of :ref:`Python plugins ` or :ref:`Java plugins ` to take care of HL7 messages, especially for :ref:`merging patients diff -r 288b883e06b1 -r ed64444eb542 Sphinx/source/plugins/stl.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/plugins/stl.rst Sat Apr 06 10:40:15 2024 +0200 @@ -0,0 +1,13 @@ +.. _stl-plugin: + + +Java plugin for Orthanc +======================= + +.. contents:: + + +Overview +-------- + +WIP.