Sha256: cee7976d924b30e6054f5fe82b6fa148a60020b8bf3d9bcf0f2b8bcf34b54d83

Contents?: true

Size: 859 Bytes

Versions: 5

Compression:

Stored size: 859 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")

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

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

    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

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/patients/show/_patient_demographics.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/patients/show/_patient_demographics.html.slim