Sha256: 14a0c97e2f375a15817432cd27d8e85aef6fb924fec59c56d94cba9f2135f0a9
Contents?: true
Size: 510 Bytes
Versions: 42
Compression:
Stored size: 510 Bytes
Contents
module HealthDataStandards module Import module GreenC32 # This really needs to get refactored to share code with result importer class VitalSignImporter < ResultImporter include Singleton #------------------------------------------------------------------------------- def initialize super @range = "./gc32:referenceRange" @klass = VitalSign @base_xpath = "./gc32:vitalSign" end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems