Skip to content

Add message decoding procedure

Zhang, Charlotte requested to merge message-decode into master

Modifications:

  1. decode.py: Decode HL7 message and return DataFrame object to be stored in database (PAS and LIMS system are handled separately)
  2. main.py: Add decoding procedure in process_message; TBD if line 34/35 to be removed (message.decode("utf-8") --> already handled in decode.py)
  3. requirements.txt: Add more libraries including pandas & hl7apy

Merge request reports

Loading