annotate Resources/Samples/Lua/Autorouting.lua @ 3154:6e8822be2f08

Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Jan 2019 12:09:04 +0100
parents 23590917e83e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1007
871c49c9b11d lua routing is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1006
diff changeset
1 function OnStoredInstance(instanceId, tags, metadata)
1011
23590917e83e lua samples
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1010
diff changeset
2 Delete(SendToModality(instanceId, 'sample'))
998
4136fab6a639 callback on stored instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3 end