python-hl7
python-hl7 copied to clipboard
Readmessage fails on HTML \E\ Escape Sequence
The follow fails when there is HTML messages in a segment with the \E\ escape sequence.
hl7_message = await hl7_reader.readmessage()
The data does not fully load--which never finds the end sequence when reading.
Can you clarify what you mean by a \E\ escape sequence? Can you provide an example of an HTML message in a segment?