russelldurrett / ruby-hl7

The ruby-hl7 gem

Home Page:http://rubyforge.org/projects/ruby-hl7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby HL7 Library README

<img src=“https://travis-ci.org/mogox/ruby-hl7.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/mogox/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-2010 Mark Guzman

Maintained by the Collaborative Software Initiative

Download and Installation

Rubygems

Install the gem using the following command:

gem install ruby-hl7

Bundler

In your Gemfile:

gem 'ruby-hl7'

License

See the LICENSE file.

About

The ruby-hl7 gem

http://rubyforge.org/projects/ruby-hl7

License:MIT License