Sha256: 7013855ec4a0a2efabe40331768f78f06c6b4e7d7e10cea4e57bd5d6253e46e8

Contents?: true

Size: 871 Bytes

Versions: 171

Compression:

Stored size: 871 Bytes

Contents

article
  header
    h2 Patient Demographics

  dl.dl-horizontal

    dt Date of Birth:
    dd= l patient.born_on

    dt Date of Death:
    dd= default_for_blank_date(patient.died_on, "N/A")

  dl.dl-horizontal

    dt Title
    dd= patient.title

    dt Last Name:
    dd= patient.family_name

    dt First Name:
    dd= patient.given_name

    dt Suffix
    dd= patient.suffix

    dt Ethnicity:
    dd= default_for_associated(patient.ethnicity, :name, "Unspecified")

    dt Country of Birth:
    dd= default_for_associated(patient.country_of_birth, :name, "Unspecified")

  dl.dl-horizontal
    dt Sex:
    dd= patient.sex

    dt Marital Status
    dd= patient.marital_status

    dt Main Language
    dd= patient.language

    dt Religion
    dd= patient.religion

  dl.dl-horizontal
    dt Paediatric Patient:
    dd= yes_no(patient.paediatric_patient_indicator)

Version data entries

171 entries across 171 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.1.0 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.167 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.166 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.165 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.164 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.163 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.162 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.161 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.160 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.159 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.158 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.157 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.156 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.155 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.153 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.152 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.151 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.149 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.148 app/views/renalware/patients/patients/show/_patient_demographics.html.slim