Mercurial > hg > orthanc
diff Resources/Samples/Lua/AutoroutingModification.lua @ 1307:f796207e3df1
Fix replacement and insertion of private DICOM tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 11 Feb 2015 10:26:17 +0100 |
parents | 23590917e83e |
children | bfdf24883ff3 |
line wrap: on
line diff
--- a/Resources/Samples/Lua/AutoroutingModification.lua Tue Feb 10 17:17:25 2015 +0100 +++ b/Resources/Samples/Lua/AutoroutingModification.lua Wed Feb 11 10:26:17 2015 +0100 @@ -7,6 +7,7 @@ -- The tags to be replaced local replace = {} replace['StationName'] = 'My Medical Device' + replace['0031-1020'] = 'Some private tag' -- The tags to be removed local remove = { 'MilitaryRank' }