Sha256: f2b1885b28cf72e618e3bcb193df30c0163fd089c2cecb77a4959561cd8b1493

Contents?: true

Size: 942 Bytes

Versions: 11

Compression:

Stored size: 942 Bytes

Contents

article
  header
    h2= t(".title")
    .supplemental
      span= "#{mdm.current_prescriptions.length} of #{mdm.patient.summary.prescriptions_count}"
      = render "prescription_buttons", patient: mdm.patient

  #prescriptions.expandable
    - if local_assigns[:with_esa] == true

      ul.tab-strip(data-tab)
        li.tab-title.active= link_to "Current", "#current"
        li.tab-title= link_to "EPO History", "#epo-history"

      .tabs-content
        #current.content.active
          = render "renalware/mdm/prescriptions/table",
                   prescriptions: mdm.current_prescriptions,
                   show_administer_on_hd: true
        #epo-history.content
          = render "renalware/mdm/prescriptions/table",
                   prescriptions: mdm.esa_prescriptions,
                   show_terminated_on: true,
                   show_administer_on_hd: true
    - else
      = render "current_prescriptions", mdm: mdm

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.77 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.76 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.75 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.74 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.73 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.72 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.71 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.70 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.69 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.68 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.67 app/views/renalware/mdm/_prescriptions.html.slim