segfault / ruby-hl7
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
ruby-hl7 /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Mar 15 21:17:52 -0700 2007 | |
| |
NOTES | Mon Sep 21 19:18:33 -0700 2009 | |
| |
README | Mon Sep 21 19:18:33 -0700 2009 | |
| |
Rakefile | Mon Sep 21 19:27:09 -0700 2009 | |
| |
VERSION | Mon Sep 21 19:14:06 -0700 2009 | |
| |
examples/ | Sat Mar 17 18:33:12 -0700 2007 | |
| |
lib/ | Mon Sep 21 19:14:06 -0700 2009 | |
| |
ruby-hl7.gemspec | Mon Sep 21 19:14:06 -0700 2009 | |
| |
test/ | Mon Sep 21 17:35:00 -0700 2009 | |
| |
test_data/ | Wed Apr 02 18:05:08 -0700 2008 |
README
=Ruby HL7 Library README 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. * Bug tracking: http://trac.hasno.info/ruby-hl7 * Subversion: svn://hasno.info/ruby-hl7 * Git: git://github.com/segfault/ruby-hl7.git * Docs: http://ruby-hl7.rubyforge.org * Rubyforge: http://rubyforge.org/projects/ruby-hl7 * Lists * Developers: mailto:ruby-hl7-devel@rubyforge.org * Users: mailto:ruby-hl7-users@rubyforge.org Copyright (c) 2006-2009 Mark Guzman == Download and Installation Install the gem using the following command: gem install ruby-hl7 == License see the LICENSE file

