Sha256: 11a9c925286de613163119fd5a023ade976ef699390eeeaab14443303542e718

Contents?: true

Size: 493 Bytes

Versions: 48

Compression:

Stored size: 493 Bytes

Contents

tr
  td.full-name= default_patient_link(patient)
  td= patient.nhs_number
  - Renalware.config.patient_hospital_identifiers.each_value do |value|
    td= patient.public_send(value)
  td= patient.sex.code
  td= patient.born_on
  td= patient.age
  - if(patient.send_to_rpv?)
    td(title="#{patient.rpv_decision}")
      i.fa.fa-check
  -else
    td
  - if(patient.send_to_renalreg?)
    td(title="#{patient.renalreg_decision}")
      i.fa.fa-check
  -else
    td
  td= patient.current_modality

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
renalware-core-2.0.23 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.22 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.21 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.20 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.18 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.17 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.16 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.15 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.14 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.13 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.12 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.11 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.9 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.8 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.7 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.5 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.4 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.3 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.2 app/views/renalware/patients/patients/_patient.html.slim
renalware-core-2.0.1 app/views/renalware/patients/patients/_patient.html.slim