Sha256: b5d141417617054630d9f66b1179af390f90b54f4873cfb9214f0a0c9ddbf062
Contents?: true
Size: 464 Bytes
Versions: 6
Compression:
Stored size: 464 Bytes
Contents
tr td = link_to "Clinical Summary", patient_clinical_summary_path(patient), title: "Clinical Summary" = pipe_separator = link_to "Admin", patient_path(patient), title: "Admin" td.full-name= patient.to_s(format: :default) td= patient.nhs_number - Renalware.config.patient_hospital_identifiers.values.each do |value| td= patient.public_send(value) td= patient.sex.code td= patient.born_on td= patient.age td= patient.current_modality
Version data entries
6 entries across 6 versions & 1 rubygems