Sha256: 73980669524db12f6a6c1aebc7f6247e33982caba2e97d61ba4a5a7eab9a9c87
Contents?: true
Size: 1.52 KB
Versions: 16
Compression:
Stored size: 1.52 KB
Contents
= content_for(:actions) do = link_to t("edit_record.link_title"), edit_patient_transplants_donor_workup_path(patient), class: "button" = within_patient_layout(title: "Workup", breadcrumbs: donor_summary_breadcrumb(patient)) do - return unless workup .document-view .mgrid .row = render "renalware/shared/documents/attributes_group", group: workup.document.comorbidities, legend: "Comorbidities", width: :large = render "renalware/shared/documents/attributes_group", group: workup.document.infections, legend: "Virology/Bacteriology/Cytology" = render "renalware/shared/documents/attributes_group", group: workup.document.imaging_and_scans, legend: "Imaging and Scans" = render "renalware/shared/documents/attributes_group", group: workup.document.creatinine_clearance, legend: "Creatinine Clearance" = render "renalware/shared/documents/attributes_group", group: workup.document.glomerular_filtration_rate, legend: "Glomerular Filtration Rate (GFR)" = render "renalware/shared/documents/attributes_group", group: workup.document.urine_dipsticks, legend: "Urine Dipsticks" = render "renalware/shared/documents/attributes_group", group: workup.document.other_investigations, legend: "Other Investigations"
Version data entries
16 entries across 16 versions & 1 rubygems