Sha256: 9cd65f9014de2c742e1ec387d0ad0e5e23cb3503ec2e4a320dbc5d0b273e8f5c
Contents?: true
Size: 751 Bytes
Versions: 35
Compression:
Stored size: 751 Bytes
Contents
- observation_set = patient.current_observation_set tr td.actions = link_to view_proc.call(patient), target: "_blank" do i.fa.fa-external-link-square-alt | = t(".view") td.full-name= link_to patient.to_s(:default), view_proc.call(patient) td.nowrap= patient.nhs_number td.nowrap= patient.hospital_identifier td= patient.sex.code td= patient.age td= patient.modality_description&.name td= l(patient.last_operation_on) td= observation_set.hgb_result td= l(observation_set.hgb_observed_at) td= observation_set.ure_result td= l(observation_set.ure_observed_at) td= observation_set.cre_result td= l(observation_set.cre_observed_at) td= observation_set.egfr_result td= l(patient.esrf_date)
Version data entries
35 entries across 35 versions & 1 rubygems