Sha256: d1b862b404a17f48a8e80a740a7c3de222ae42667904daa617aff6d18aac049e

Contents?: true

Size: 1.11 KB

Versions: 85

Compression:

Stored size: 1.11 KB

Contents

  article
    header
      h2 Recipient Operations
      .supplemental
        span= "#{recipient_operations.length} of #{patient.summary.recipient_operations_count}"
        span.noprint
          = link_to "View Recipient Workup",
                    patient_transplants_recipient_workup_path(patient),
                    class: "button secondary"
          = link_to "View All",
                    patient_transplants_recipient_dashboard_path(patient),
                    class: "button secondary"
    table
      thead
        th.col-width-date Op Date
        th Type
        th Recip Age
        th Donor Type
        th Donor Age
        th Stent Removed On
      tbody
        - recipient_operations.each do |operation|
          tr
            td= link_to l(operation.performed_on),
                        patient_transplants_recipient_operation_path(patient, operation)
            td= operation.operation_type.text
            td= operation.recipient_age_at_operation
            td= operation.document.donor.type&.text
            td= operation.document.donor&.age
            td= l(operation.followup&.stent_removed_on)

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.149 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.147 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim
renalware-core-2.0.146 app/views/renalware/transplants/recipient_operations/_mdm_list.html.slim