Sha256: 74e27ef34995746980a2338562f945a704564c2f5e13a524d8f3023355912238
Contents?: true
Size: 1.52 KB
Versions: 159
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 .grid .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
159 entries across 159 versions & 1 rubygems