# HG changeset patch # User Alain Mazy # Date 1715867888 -7200 # Node ID c80cc6eaad99022d22e25de9c723d21aa76a5775 # Parent ccba1d561379c2abef0d186911662e423e9466f8 python RegisterMoveCallback2 diff -r ccba1d561379 -r c80cc6eaad99 Sphinx/source/plugins/python.rst --- 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 `__ demonstrates how it can be used. + + .. _python_worklists: Handling worklist SCP requests (new in 3.2)