We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I was trying to parser REF and ORU hl7 message.
According to my local parser, I have the OBX inside and I want to read OBX.5.5 out to display.
My code for this function is below
var message = this.hl7parser.create(dataItem.rawMessage); var result = message.get("OBX.5.5").toString();
However, it throws out an issue with Segment must have a name, see the picture below.
Can anyone help?
Many thanks.
The text was updated successfully, but these errors were encountered:
Hello, I Have the same pb. It happen when the message to parse ends with cariage return You must trim your message before to parse it ! Regards
Sorry, something went wrong.
@sginer or @Hanwen196 - I have fixed this issue in my package: https://github.com/Bugs5382/node-hl7-client
No branches or pull requests
Hello, I was trying to parser REF and ORU hl7 message.
According to my local parser, I have the OBX inside and I want to read OBX.5.5 out to display.
My code for this function is below
However, it throws out an issue with Segment must have a name, see the picture below.
Can anyone help?
Many thanks.
The text was updated successfully, but these errors were encountered: