view OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 5874:2701b450060c

fix failure when loading inexistent plugin
author Alain Mazy <am@orthanc.team>
date Tue, 19 Nov 2024 09:06:39 +0100
parents d25f4c0fa160
children
line wrap: on
line source

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