Hi
I would very much appreciate assistance with solving below:
Incoming channel messages need to be looked up against a CSV file (which will be frequently updated), the hospital number (PID 3.4.1 segment) will be used to do the lookup
When the incoming message's hospital number match the hospital number on the CSV file, the visit number (PV1.19.1) of the incoming message have to be replaced by the visit number on the CSV file
Reading through some of the documentation one possible solution is to load the table in the ‘deploy’ channel scripts and store the but not sure how to achieve this
Thanks in advance for any help
I would very much appreciate assistance with solving below:
Incoming channel messages need to be looked up against a CSV file (which will be frequently updated), the hospital number (PID 3.4.1 segment) will be used to do the lookup
When the incoming message's hospital number match the hospital number on the CSV file, the visit number (PV1.19.1) of the incoming message have to be replaced by the visit number on the CSV file
Reading through some of the documentation one possible solution is to load the table in the ‘deploy’ channel scripts and store the but not sure how to achieve this
Thanks in advance for any help
Comment