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