-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
Mindray Datetime Format #411
Comments
Seems like correct date time. I think I had similar problems with it too. Yeah I was fixing similar problem in 2020: But that only fixed the fraction, but not the offset, which is in the H7 standard. Yeah, the => So I am positive that this is a bug. |
Thank you for confirming that it is a bug. I am a bit surprise that nobody has stumbled upon the bug. It was the first thing that hit me when trying to parse the HL7. |
@alberk8 @jakubsuchybio thanks for this, not sure when I'll get to pick this up, but open for Pull Requests. |
@milkshakeuk would you be interested in a PR like this: and |
Hi,
I am getting HL7 data from the Mindray V9 device and the dateTime looks like
20230211140114.0000+0800
. The HL7 version is 2.6 latest nuget. When trying to parseoru.MSH.DateTimeOfMessage.GetAsDate()
and error is thrown. Is this a non standard HL7 date time?The text was updated successfully, but these errors were encountered: