Class: HealthDataStandards::Import::GreenC32::VitalSignImporter

Inherits:
ResultImporter show all
Includes:
Singleton
Defined in:
lib/health-data-standards/import/green_c32/vital_sign_importer.rb

Overview

This really needs to get refactored to share code with result importer

Instance Method Summary collapse

Methods inherited from ResultImporter

#import

Methods inherited from SectionImporter

#extract_address, #extract_code, #extract_description, #extract_effective_time, #extract_entry, #extract_facility, #extract_interval, #extract_name, #extract_organization, #extract_quantity, #extract_status, #extract_telecom, #extract_time, #extract_value, #generic_import, #import

Constructor Details

#initializeVitalSignImporter




11
12
13
14
15
16
# File 'lib/health-data-standards/import/green_c32/vital_sign_importer.rb', line 11

def initialize
  super
  @range = "./gc32:referenceRange"
  @klass = VitalSign
  @base_xpath = "./gc32:vitalSign"
end