view OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 6514:efa9932b365d Orthanc-1.12.5

hotfix: compatibility with newer versions of cmake for python plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Dec 2025 11:32:34 +0100
parents d25f4c0fa160
children
line wrap: on
line source

function OnStoredInstance(instanceId, tags, metadata)
   Delete(SendToModality(instanceId, 'sample'))
end