Hi Everyone,
Suggestion for what i think will be an extremely useful generic feature…
We have a callback called OnStoredInstance that is called just after receiving an object. It is widely used and well documented for tag mapping, anonymisation, rejecting specific objects, and so on.
I would love a similar callback that is called just prior to C-Storing an object. Then i can store a study once, and tag map on the way out, with different tags to different destinations. We can also choose whether to send a specific image/series or not.
A specific example is where we receive a CT study and auto route to PACS and an AI tool. The AI tool may not want the CT dose report. The AI tool may also require some tag mapping… this could be achieved using a Lua OnStoreInstance callback
Thoughts?
Stefan