class HealthDataStandards::Import::Cat1::ProcedureIntoleranceImporter
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/health-data-standards/import/cat1/procedure_intolerance_importer.rb, line 6 def initialize super(CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.62']/cda:entryRelationship/cda:procedure[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.64']")) @entry_class = Allergy end