Sha256: f8c0c1ac4a9a81711058a83accf555c52d6f21f2d200195726f0ce9573b912ec
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
= Ruby HL7 Library README {<img src="https://travis-ci.org/ruby-hl7/ruby-hl7.png?branch=master" alt="Build Status" />}[https://travis-ci.org/ruby-hl7/ruby-hl7] {<img src="https://codeclimate.com/github/ruby-hl7/ruby-hl7.png" />}[https://codeclimate.com/github/ruby-hl7/ruby-hl7] 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. * Git: http://github.com/ruby-hl7/ruby-hl7.git * Docs: http://rubydoc.info/gems/ruby-hl7/1.0.3/frames * Rubygems: https://rubygems.org/gems/ruby-hl7 Lists * Google group: http://groups.google.com/group/ruby-hl7 Copyright (C) 2006-2014 Mark Guzman Maintained by: * http://csinitiative.com * http://trisano.org * http://github.com/csinitiative/trisano * http://onemedical.com == 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.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-hl7-1.2.3 | README.rdoc |
ruby-hl7-1.2.2 | README.rdoc |
ruby-hl7-1.2.1 | README.rdoc |
ruby-hl7-1.2.0 | README.rdoc |