Sha256: e92636f451a1d3cac43972f0e62f06f0f4a4c21063ec69ee6ff64aa4d5954849

Contents?: true

Size: 509 Bytes

Versions: 6

Compression:

Stored size: 509 Bytes

Contents

tr
  td= link_to t(".view"), view_proc.call(patient)
  td.full-name= patient.to_s(format: :default)
  td.nowrap= patient.nhs_number
  td.nowrap= patient.hospital_identifier
  td= patient.sex.code
  td= patient.age
  td= patient.modality_description&.name
  td= patient.hgb_result
  td= l(patient.hgb_observed_at&.to_date)
  td= patient.ure_result
  td= l(patient.ure_observed_at&.to_date)
  td= patient.cre_result
  td= l(patient.cre_observed_at&.to_date)
  td= patient.mdrd_result
  td= l(patient.esrf_date)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/mdm_patients/_patient.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/mdm_patients/_patient.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/mdm_patients/_patient.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/mdm_patients/_patient.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/mdm_patients/_patient.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/mdm_patients/_patient.html.slim