Sha256: 55064b52cf87cce91f90decdb074f49eaeecfb908a488d55b252ab0e1b8f0f5a
Contents?: true
Size: 345 Bytes
Versions: 37
Compression:
Stored size: 345 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.present? xml.SocialHistory do xml.SocialHabit do xml.CodingStandard "RRSMOKE" xml.Code patient.smoking_history end end end end
Version data entries
37 entries across 37 versions & 1 rubygems