view OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 5831:22623aa8e6fc find-refactoring

DB SDK: ordering + metadata constraints
author Alain Mazy <am@orthanc.team>
date Tue, 08 Oct 2024 17:53:06 +0200
parents d25f4c0fa160
children
line wrap: on
line source

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