Sha256: fd35325f0b54feb7223029e7d3e541edfb0ff961c0787af0fdc5733c510d587c
Contents?: true
Size: 532 Bytes
Versions: 6
Compression:
Stored size: 532 Bytes
Contents
module QRDA module Cat1 class MedicationActiveImporter < MedicationImporter def initialize(entry_finder = QRDA::Cat1::EntryFinder.new("./cda:entry/cda:substanceAdministration[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.41']")) super(entry_finder) @author_datetime_xpath = nil @entry_class = QDM::MedicationActive end def create_entry(entry_element, nrh = NarrativeReferenceHandler.new) medication_active = super medication_active end end end end
Version data entries
6 entries across 6 versions & 1 rubygems