changeset 1067:c80cc6eaad99

python RegisterMoveCallback2
author Alain Mazy <am@orthanc.team>
date Thu, 16 May 2024 15:58:08 +0200
parents ccba1d561379
children 7ae36fd42cbe
files Sphinx/source/plugins/python.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/python.rst	Sun May 05 08:12:09 2024 +0200
+++ b/Sphinx/source/plugins/python.rst	Thu May 16 15:58:08 2024 +0200
@@ -687,6 +687,11 @@
 much as possible.
 
 
+**Note:** In version 4.2, we have introduced a new version of the C-MOVE SCP 
+handler that can be registered through ``orthanc.RegisterMoveCallback2(CreateMoveCallback, GetMoveSizeCallback, ApplyMoveCallback, FreeMoveCallback)``.
+This `DICOM to DICOMWeb proxy sample project <https://github.com/orthanc-team/dicom-dicomweb-proxy/blob/main/proxy.py>`__ demonstrates how it can be used.
+
+
 .. _python_worklists:
 
 Handling worklist SCP requests (new in 3.2)