Sha256: 6d21d1630f7ab8e3e7541084544ebaf70c2d1a2265352d70ec657ea2f7d6820f
Contents?: true
Size: 1.6 KB
Versions: 16
Compression:
Stored size: 1.6 KB
Contents
= content_for(:actions) do = link_to t("edit_record.link_title"), edit_patient_transplants_recipient_workup_path(patient), class: "button" = within_patient_layout(title: "Recipient Workup", breadcrumbs: recipient_summary_breadcrumb(patient)) do .edit_timestamp= render "renalware/shared/last_update", record: workup .document-view .mgrid .row - ["Historicals", "Scores"].each do |group| = render "renalware/shared/documents/attributes_group", group: workup.document.public_send(group.parameterize(separator: "_")), legend: group, destination: group.parameterize(separator: "_") - unless patient.sex.code.M? = render "renalware/shared/attributes_group", legend: "Obstetrics/Gynaecology History", destination: "obstetrics_and_gynaecology", models: { workup.document.obstetrics_and_gynaecology => [:pregnancies_count], workup.document.obstetrics_and_gynaecology.cervical_smear => [:result, :recorded_on] } - ["Examination", "Education", "Consent", "Marginal Consent", "NHB Consent"].each do |group| = render "renalware/shared/documents/attributes_group", group: workup.document.public_send(group.parameterize(separator: "_")), legend: group, destination: group.parameterize(separator: "_") .columns.medium-6 article header h2 HLA Data = simple_format workup.document.hla_data
Version data entries
16 entries across 16 versions & 1 rubygems