C-Find/c-move Proxy

Good Day All,
Has anyone configured Orthanc as a C-Find and C-Move proxy? I need to perform a C-Find on a device but need to add additional information before the C-find is processed and though me about if Orthanc could do this (pass a c-find, add an additional tag to the find and return results to the original requestor)
Has anyone attempted this and could lead me in the right direction? Thanks!

Hello Bryan,

This is something that could be implemented as a C/C++ plugin, using the “OrthancPluginRegisterFindCallback()” and “OrthancPluginRegisterMoveCallback()”.

There has been some discussion about the same topic in the past:
https://groups.google.com/d/msg/orthanc-users/Gc8OZGGHHbg/pZ6oM7nIBgAJ

However, I don’t have production-ready code at hand. This would requires some days of development.

HTH,
Sébastien-