Mercurial > hg > orthanc
annotate OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 4789:51ec061516c9
Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 09 Sep 2021 13:02:33 +0200 |
parents | d25f4c0fa160 |
children |
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 | 2 Delete(SendToModality(instanceId, 'sample')) |
998
4136fab6a639
callback on stored instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3 end |