Sha256: 2626f649fbb3f8a19839168d39e4aac8c1dd3e5563f47696741e016a1c051eb8

Contents?: true

Size: 314 Bytes

Versions: 54

Compression:

Stored size: 314 Bytes

Contents

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

54 entries across 54 versions & 1 rubygems

Version Path
renalware-core-2.0.37 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.36 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.35 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.34 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.33 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.32 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.31 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.30 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.28 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.27 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.26 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.25 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.24 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.23 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.22 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.21 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.20 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.18 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.17 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder
renalware-core-2.0.16 app/views/renalware/api/ukrdc/patients/_social_histories.xml.builder