...
Code Block | ||
---|---|---|
| ||
local LanguageMapSexMap = codemap.map({F='Female', M='male', W='Female', U='Unknown'},'other') -- Example: mapping an HL7 message PID[8][1] = LanguageMapSexMap[PID[8][1]] -- maps to 'Female' |
...
...
Code Block | ||
---|---|---|
| ||
local LanguageMapSexMap = codemap.map({F='Female', M='male', W='Female', U='Unknown'},'other') -- Example: mapping an HL7 message PID[8][1] = LanguageMapSexMap[PID[8][1]] -- maps to 'Female' |
...