Sha256: df937d1837a3e111608d1dc78407b173021f7a10a0719f2fb1c8ea604cb40cca
Contents?: true
Size: 366 Bytes
Versions: 23
Compression:
Stored size: 366 Bytes
Contents
module HealthDataStandards module Import module Cat1 class EcogStatusImporter < CDA::SectionImporter def initialize(entry_finder=CDA::EntryFinder.new("./cda:entry/cda:observation[cda:templateId/@root='2.16.840.1.113883.10.20.24.3.103']")) super(entry_finder) @code_xpath = './cda:value' end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems