Sha256: c811b79445b5e9911651801615a82d0a7c145a2ff53b2c7c1fdae455da315a43

Contents?: true

Size: 963 Bytes

Versions: 45

Compression:

Stored size: 963 Bytes

Contents

article
  header
    h2= t(".title")
    .supplemental
      span= "#{mdm.current_prescriptions.length} of #{mdm.patient.summary.prescriptions_count}"
      span.noprint
        = 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

45 entries across 45 versions & 1 rubygems

Version Path
renalware-core-2.0.125 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.124 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.123 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.121 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.120 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.119 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.118 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.117 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.116 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.115 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.113 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.112 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.111 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.110 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.109 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.108 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.106 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.105 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.104 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.103 app/views/renalware/mdm/_prescriptions.html.slim