You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you try to use .create to create an object representing the hl7 message, it will only identify the MSH segment when the HL7 string has newline returns between each segment. Is it possible to account for this edge case?
I have also identified that the use of \r instead of \n is standard for HL7, but apparently this can vary between operating systems when copy-pasting messages.
Thank you.
The text was updated successfully, but these errors were encountered:
Currently if you try to use
.create
to create an object representing the hl7 message, it will only identify the MSH segment when the HL7 string has newline returns between each segment. Is it possible to account for this edge case?I have also identified that the use of
\r
instead of\n
is standard for HL7, but apparently this can vary between operating systems when copy-pasting messages.Thank you.
The text was updated successfully, but these errors were encountered: