Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 710:41e450b5ac2e
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 13 Jun 2021 09:15:01 +0200 |
parents | 9d5e17100a8d |
children | 8a247c645ac6 |
comparison
equal
deleted
inserted
replaced
709:9d5e17100a8d | 710:41e450b5ac2e |
---|---|
604 "SourceAET": "SOURCE", | 604 "SourceAET": "SOURCE", |
605 "StudyInstanceUID": "1.2.3.4", | 605 "StudyInstanceUID": "1.2.3.4", |
606 "TargetAET": "TARGET" | 606 "TargetAET": "TARGET" |
607 } | 607 } |
608 | 608 |
609 It is now up to your Python callback to proces the C-MOVE SCU request, | 609 It is now up to your Python callback to process the C-MOVE SCU request, |
610 for instance by calling the route ``/modalities/{...}/store`` in the | 610 for instance by calling the route ``/modalities/{...}/store`` in the |
611 :ref:`REST API <rest-store-scu>` of Orthanc using | 611 :ref:`REST API <rest-store-scu>` of Orthanc using |
612 ``orthanc.RestApiPost()``. It is highly advised to create a Python | 612 ``orthanc.RestApiPost()``. It is highly advised to create a Python |
613 thread to handle the request, in order to avoid blocking Orthanc as | 613 thread to handle the request, in order to avoid blocking Orthanc as |
614 much as possible. | 614 much as possible. |