Class: SimpleHL7::ComponentContainer

Inherits:
Composite
  • Object
show all
Defined in:
lib/simple_hl7/component_container.rb

Class Method Summary collapse

Methods inherited from Composite

#[], #[]=, #each, #get_subcomposite, #initialize, #map, parse, #set_subcomposite, start_index, #to_a, #to_hl7, #to_s

Constructor Details

This class inherits a constructor from SimpleHL7::Composite

Class Method Details

.current_separator_char(separator_chars) ⇒ Object



3
4
5
# File 'lib/simple_hl7/component_container.rb', line 3

def self.current_separator_char(separator_chars)
  separator_chars.component
end

.subcomposite_classObject



7
8
9
# File 'lib/simple_hl7/component_container.rb', line 7

def self.subcomposite_class
  Component
end