Overview
Request 1175493 accepted
- version 4.2
* Fix signature of "orthanc.RestOutput.SendHttpStatus()"
* Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the
original C SDK function. This allows you to implement a correct handling
of the C-Move sub-operations count in the GetMoveSize(). The ApplyMove()
must now handle a single sub-operation at a time.
The legacy orthanc.RegisterMoveCallback() always considers that there is a single
sub-operation and we have observed modalities complaining that the number of
sub-operations was not matching the number of instances sent.
Request History
DocB created request
- version 4.2
* Fix signature of "orthanc.RestOutput.SendHttpStatus()"
* Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the
original C SDK function. This allows you to implement a correct handling
of the C-Move sub-operations count in the GetMoveSize(). The ApplyMove()
must now handle a single sub-operation at a time.
The legacy orthanc.RegisterMoveCallback() always considers that there is a single
sub-operation and we have observed modalities complaining that the number of
sub-operations was not matching the number of instances sent.
DocB accepted request