Sha256: fb1f4abac1fece7983199e17d7d5b1419d11af6b383535caad5acbaf0400c484

Contents?: true

Size: 1.32 KB

Versions: 34

Compression:

Stored size: 1.32 KB

Contents

tr
  td.noprint
    = link_to "Tx Status".html_safe,
              patient_transplants_recipient_dashboard_path(registration.patient)
  td.full-name
    = link_to registration.patient.to_s,
              patient_clinical_summary_path(registration.patient)
  td= registration.patient.hospital_identifier
  td= registration.patient.age
  td= registration.patient.sex.code
  td= registration.patient.current_modality
  td= registration.document.codes.uk_transplant_centre_code
  td= registration.current_status
  td= registration.document.uk_transplant_centre&.status
  td
    - Renalware::Renal.cast_patient(registration.patient).tap do |patient|
      = I18n.l(patient.profile&.esrf_on)
  td= I18n.l registration.entered_on
  td
    - if registration.entered_on
      = (Time.zone.today - registration.entered_on).to_i
  td= registration.document.transplant.blood_group.to_s
  td= registration.document.crf.highest.result
  td= I18n.l registration.document.crf.highest.recorded_on
  td= registration.document.crf.latest.result
  td= I18n.l registration.document.crf.latest.recorded_on
  td
    - if registration.document.crf.latest.result.present?
      = (registration.document.crf.latest.result.to_i > 60 ? "Sens" : "Unsens")
  td= registration.document.transplant.nb_of_previous_grafts
  td= registration.document.organs.transplant_type.try(:text)

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
renalware-core-2.0.15 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.14 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.13 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.12 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.11 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.9 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.8 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.7 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.5 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.4 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.3 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.2 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.1 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/transplants/wait_lists/_registration.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/transplants/wait_lists/_registration.html.slim