root/README

Revision d7853b6a50183adec48366b06323a272407f7a3d, 0.7 kB (checked in by segfault <segfault@…>, 8 months ago)

Merge branch 'master' of git@…:ruby-hl7 into local-svn

Conflicts:

NOTES
README
Rakefile
lib/ruby-hl7.rb
test_data/empty_segments.hl7

git-svn-id: svn://hasno.info/ruby-hl7/trunk@60 72d81af0-b0fa-4b65-b54c-2b622d79b57a

  • Property mode set to 100644
Line 
1=Ruby HL7 Library README
2
3A simple way to parse and create hl7 2.x messages with ruby.
4Examples can be found in HL7::Message
5The 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
19Install the gem using the following command:
20 gem install ruby-hl7                 
21
22
23== License
24 see the LICENSE file
Note: See TracBrowser for help on using the browser.