Sha256: 0e06c193231f77310ba9c55a20321d013aef239b53da15c5bbff1835cb569320
Contents?: true
Size: 340 Bytes
Versions: 55
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true xml = builder # Currently only used for smoking for which CodingStandard=RRSMOKE Code=YES/NO/EX xml.SocialHistories do if patient.smoking_history? xml.SocialHistory do xml.SocialHabit do xml.CodingStandard "RRSMOKE" xml.Code patient.rr_smoking_history end end end end
Version data entries
55 entries across 55 versions & 1 rubygems