Sha256: eafce6701debf1c26e9092d1905a66d6e47ea1518577f4e6f720ae6f5428f3bf

Contents?: true

Size: 1.44 KB

Versions: 27

Compression:

Stored size: 1.44 KB

Contents

article
  header
    h1 Prescriptions
    .supplemental
      span= "#{mdm.current_prescriptions.length} of #{mdm.patient.summary.prescriptions_count}"
      = render "prescription_buttons", patient: mdm.patient

  #prescriptions.expandable

    ul.tab-strip(data-tab)
      li.tab-title.active= link_to "Current", "#current", data: { "trigger-masonry-refresh" => true }
      li.tab-title= link_to "Current Immunosuppressant", "#current_immunosuppressant", data: { "trigger-masonry-refresh" => true }
      li.tab-title= link_to "Historical", "#historical", data: { "trigger-masonry-refresh" => true }
      li.tab-title= link_to "Historical Immunosuppressant", "#historical_immunosuppressant", data: { "trigger-masonry-refresh" => true }

    .tabs-content
      #current.content.active
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.current_prescriptions
      #current_immunosuppressant.content
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.current_immunosuppressant_prescriptions
      #historical.content
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.historical_prescriptions,
                 show_terminated_on: true
      #historical_immunosuppressant.content
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.historical_immunosuppressant_prescriptions,
                 show_terminated_on: true

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
renalware-core-2.0.153 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.149 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.147 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.146 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.145 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.144 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.143 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.142 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.141 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.140 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.139 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.138 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.137 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.136 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.135 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.134 app/views/renalware/transplants/mdm/_prescriptions.html.slim
renalware-core-2.0.133 app/views/renalware/transplants/mdm/_prescriptions.html.slim