Sha256: 842a6de3e4c5a283ecad40f39ad3460d900a9e14b02bf7d0820d189932b4d4bd

Contents?: true

Size: 1.06 KB

Versions: 90

Compression:

Stored size: 1.06 KB

Contents

table.mdm.prescriptions
  thead
    tr
      th.col-width-medium= t(".drug_name")
      th.col-width-small= t(".drug_type")
      th.col-width-small= t(".dose")
      th.col-width-tiny= t(".frequency")
      th.col-width-tiny= t(".route")
      - if local_assigns[:show_administer_on_hd]
        th.col-width-small= t(".administer_on_hd")
      th.col-width-tiny=t(".provider")
      th.col-width-date= t(".started_on")
      - if local_assigns[:show_terminated_on]
        th.col-width-date= t(".terminated_on")
  tbody
    - prescriptions.each do |prescription|
      tr class="drug-#{drug_types_colour_tag(prescription.drug_types)}"
        td= prescription.drug.name
        td= prescription.drug_type_names
        td= prescription.dose
        td= prescription.frequency
        td= prescription.route_code
        - if local_assigns[:show_administer_on_hd]
          td= prescription.administer_on_hd?
        td= prescription.provider
        td= I18n.l prescription.prescribed_on
        - if local_assigns[:show_terminated_on]
          td= l(prescription.terminated_on)

Version data entries

90 entries across 90 versions & 1 rubygems

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