Class: HealthDataStandards::Import::GreenC32::AdvanceDirectiveImporter

Inherits:
SectionImporter
  • Object
show all
Includes:
Singleton
Defined in:
lib/health-data-standards/import/green_c32/advance_directive_importer.rb

Instance Method Summary collapse

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, #initialize

Constructor Details

This class inherits a constructor from HealthDataStandards::Import::GreenC32::SectionImporter

Instance Method Details

#import(ad_xml) ⇒ Object



7
8
9
# File 'lib/health-data-standards/import/green_c32/advance_directive_importer.rb', line 7

def import(ad_xml)
  generic_import(ad_xml, "advanceDirective")
end