| Line | |
|---|
| 1 | =Ruby HL7 Library README |
|---|
| 2 | |
|---|
| 3 | A simple way to parse and create hl7 2.x messages with ruby. |
|---|
| 4 | Examples can be found in HL7::Message |
|---|
| 5 | The version id can be found in the HL7::VERSION constant. |
|---|
| 6 | |
|---|
| 7 | * Bug tracking: http://trac.hasno.info/ruby-hl7 |
|---|
| 8 | * Subversion: svn://hasno.info/ruby-hl7 |
|---|
| 9 | * Git: git://github.com/segfault/ruby-hl7.git |
|---|
| 10 | * Docs: http://ruby-hl7.rubyforge.org |
|---|
| 11 | * Rubyforge: http://rubyforge.org/projects/ruby-hl7 |
|---|
| 12 | * Lists |
|---|
| 13 | * Developers: mailto:ruby-hl7-devel@rubyforge.org |
|---|
| 14 | * Users: mailto:ruby-hl7-users@rubyforge.org |
|---|
| 15 | |
|---|
| 16 | Copyright (c) 2006-2008 Mark Guzman |
|---|
| 17 | |
|---|
| 18 | == Download and Installation |
|---|
| 19 | Install the gem using the following command: |
|---|
| 20 | gem install ruby-hl7 |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | == License |
|---|
| 24 | see the LICENSE file |
|---|