class HealthDataStandards::Import::Cat1::SymptomActiveImporter
Public Class Methods
new(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.76']"))
click to toggle source
Calls superclass method
# File lib/health-data-standards/import/cat1/symptom_active_importer.rb, line 5 def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.76']")) super(entry_finder) @code_xpath = './cda:value' end