view Resources/Samples/Lua/Autorouting.lua @ 3433:caa526bb65cc

fixed C++ compatibility wrapper for OrthancPluginRegisterRestCallbackNoLock()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jun 2019 09:10:27 +0200
parents 23590917e83e
children
line wrap: on
line source

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