Sha256: ebad89c06c158d28694d623a9dd67749577a203e0bd5c3e485e36fbcc141ec27
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta9 | app/views/renalware/patients/patients/show/_patient_demographics.html.slim |