Message: ADT - A04
=======================
Transformer for Patient's Date of Birth:
Variable: patDOB
Mapping: msg['PID']['PID.7']['TS.1']
=======================
Data in msg['PID']['PID.7']['TS.1'] is like "19460130000000"
and needs to be converted to "01/30/1946" (mm/dd/yyyy format).
How do I do the conversion ?
Thanks in advance!
=======================
Transformer for Patient's Date of Birth:
Variable: patDOB
Mapping: msg['PID']['PID.7']['TS.1']
=======================
Data in msg['PID']['PID.7']['TS.1'] is like "19460130000000"
and needs to be converted to "01/30/1946" (mm/dd/yyyy format).
How do I do the conversion ?
Thanks in advance!
Comment