Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 819:a67ceccebf02
releasing Python plugin 4.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 18:46:15 +0100 |
parents | 01fa632daae9 |
children | e95713f90614 |
comparison
equal
deleted
inserted
replaced
818:48676fb3ac0f | 819:a67ceccebf02 |
---|---|
769 takes its values from the ``orthanc.ContentType`` enumeration. | 769 takes its values from the ``orthanc.ContentType`` enumeration. |
770 | 770 |
771 | 771 |
772 .. _python_received_instance: | 772 .. _python_received_instance: |
773 | 773 |
774 Modifying received instances (new in 3.5 - not released yet) | 774 Modifying received instances (new in 4.0) |
775 ............................................................ | 775 ......................................... |
776 | 776 |
777 Starting with release 3.5 of the Python plugin, it is possible to | 777 Starting with release 4.0 of the Python plugin, it is possible to |
778 modify instances received by Orthanc before they are stored in | 778 modify instances received by Orthanc before they are stored in |
779 the storage. This is usually easier to perform modification at this | 779 the storage. This is usually easier to perform modification at this |
780 stage compared to using the ``/modify`` route once the instances | 780 stage compared to using the ``/modify`` route once the instances |
781 has been stored. | 781 has been stored. |
782 | 782 |