Sha256: 4057ce810adbcf40448accb3c580b5891f4cc4afc8eaeb501315819733b39879

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

module QRDA
  module Cat1
    class InterventionOrderImporter < SectionImporter
      def initialize(entry_finder = QRDA::Cat1::EntryFinder.new("./cda:entry/cda:act[cda:templateId/@root = '2.16.840.1.113883.10.20.24.3.31']"))
        super(entry_finder)
        @code_xpath = './cda:code'
        @author_datetime_xpath = "./cda:author/cda:time"
        @entry_class = QDM::InterventionOrder
      end

      def create_entry(entry_element, nrh = NarrativeReferenceHandler.new)
        intervention_order = super
        intervention_order
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cqm-parsers-0.2.1 lib/qrda-import/data-element-importers/intervention_order_importer.rb
cqm-parsers-0.1.1 lib/qrda-import/data-element-importers/intervention_order_importer.rb
cqm-parsers-0.1.0 lib/qrda-import/data-element-importers/intervention_order_importer.rb