modulepackage
0.0.0-20180202102358-3a6d5d9de582
Repository: https://github.com/deoxxa/hl7.git
Documentation: pkg.go.dev
# README
hl7
Overview
HL7v2 stands for "Health Level 7: Version 2" - a specification for shuttling clinical data around and between medical institutions. While working on Medtasker with Nimblic, I've written this library for reading the protocol and querying the messages it contains.
I have a blog post on my website if you'd like to hear a bit more of the story.
Install
$ go get fknsrs.biz/p/hl7
License
3-clause BSD. A copy is included with the source.
# Functions
No description provided by the author
ParseMessage takes input as a `[]byte`, and returns the whole message, the control characters (as `*Delimiters`), and maybe an error.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author