Module: HL7

Defined in:
lib/ruby-hl7.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Exception, InvalidDataError, Message, ParseError, RangeError

Constant Summary collapse

VERSION =
"1.0"

Class Method Summary collapse

Class Method Details

.ParserConfigObject



25
26
27
# File 'lib/ruby-hl7.rb', line 25

def self.ParserConfig
  @parser_cfg ||= { :empty_segment_is_error => true }
end