view OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 4134:2c54cc9a712f

ORTHANC_FRAMEWORK_SOVERSION for the shared library of the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jul 2020 10:28:04 +0200
parents d25f4c0fa160
children
line wrap: on
line source

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