Hello, I am trying to create a LUA script who
copy the Tag “AccessionNumber” to Tag “StudyID”
and route the study to another dicom node.
Cannot find the right syntax,
Ex:
– The tags to be replaced
local replace = {}
replace[‘StudyID’] = ‘AccessionNumber’
Means will be replaced by the WORD non by the TAG
Who can help me? Thanks a lot
Max