Sha256: 9c1a592c1b4f10120653c3a89b1c7008607a1dd5ee0fefa2e007c2ecd9f3fa46

Contents?: true

Size: 1.93 KB

Versions: 90

Compression:

Stored size: 1.93 KB

Contents

= content_for(:actions) do
  = link_to t("edit_record.link_title"),
            edit_patient_transplants_recipient_operation_followup_path(patient,
              recipient_followup.operation),
            class: "button"

= within_patient_layout(title: recipient_followup_title(recipient_followup),
                        breadcrumbs: recipient_summary_breadcrumb(patient)) do

  .edit_timestamp= render "renalware/shared/last_update", record: recipient_followup

  .document-view
    .grid
      .row
        = render "renalware/shared/attributes_group",
            legend: "Transplant Failure", destination: "transplant_failure",
            models: { recipient_followup => [:stent_removed_on,
                                              :transplant_failed, :transplant_failed_on,
                                              :transplant_failure_cause_description,
                                              :transplant_failure_cause_other,
                                              :transplant_failure_notes] }

        = render "renalware/shared/documents/attributes_group",
            group: recipient_followup.document.cardiovascular_complication,
            legend: "Cardiovascular Complication", destination: "cardiovascular_complication"

        = render "renalware/shared/attributes_group",
            legend: "Observations", destination: "observations",
            models: { recipient_followup.document => [:malignancy_within_first_3_months,
                                                       :malignancy_within_first_12_months,
                                                       :acute_rejection_biopsy_proven,
                                                       :recipient_pregnancy,
                                                       :primary_or_recurrent_renal_disease] }

        = render "renalware/shared/attributes_group",
            legend: "Admin", destination: "admin",
            models: { recipient_followup => [:notes] }

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
renalware-core-2.0.77 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.76 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.75 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.74 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.73 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.72 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.71 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.70 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.69 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.68 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.67 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.64 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.63 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.62 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.61 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.60 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.58 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.57 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.56 app/views/renalware/transplants/recipient_followups/show.html.slim
renalware-core-2.0.55 app/views/renalware/transplants/recipient_followups/show.html.slim