Project

ruby-hl7

0.19
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
A simple library to parse and generate HL7 2.x messages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
>= 0
>= 12.3.3
>= 3.9.0
= 0.16.1
~> 6.3
 Project Readme

Ruby HL7 Library README¶ ↑

<img src=“https://travis-ci.org/ruby-hl7/ruby-hl7.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/ruby-hl7/ruby-hl7.png” />

A simple way to parse and create HL7 2.x messages with Ruby.

Examples can be found in HL7::Message.

The version id can be found in the HL7::VERSION constant.

Lists

Copyright © 2006-2014 Mark Guzman

Maintained by:

Download and Installation¶ ↑

Rubygems¶ ↑

Install the gem using the following command:

gem install ruby-hl7

Bundler¶ ↑

In your Gemfile:

gem 'ruby-hl7'

Migrating from 1.2.3 to 1.3.0¶ ↑

The ZCF segment has been removed, as it is not standard. To continue using it, please use the ruby-hl7-zcf gem.

License¶ ↑

See the LICENSE file.