Sha256: 3b1a832f8ecc0e3cc538ac0d6e23310f4e0e4cbe8511ed9a095029251755dd0b

Contents?: true

Size: 1.5 KB

Versions: 110

Compression:

Stored size: 1.5 KB

Contents

div
  table#drug-type-prescriptions
    thead
      tr
        th.hosp_no= sort_link([:renalware, search], :patient_local_patient_id, t(".patient_local_patient_id"))
        th.col-width-medium= sort_link([:renalware, search], "patient_family_name", t(".patient_name"))
        th.patient_age= sort_link([:renalware, search], "patient_born_on", t(".patient_age"))
        th.patient_sex= t(".patient_sex")
        th.col-width-medium= t(".modality")
        th.col-width-date= sort_link([:renalware, search], "prescribed_on", t(".prescribed_on"))
        th.col-width-date.hide-for-small-only
          = sort_link([:renalware, search], "terminated_on", t(".terminated_on"))
        th.drug_name= sort_link([:renalware, search], "drug_name", t(".drug_name"))
        th.col-width-small= t(".dose")
        th.col-width-tiny= t(".route_code")
        th.frequency= t(".frequency")
        th.col-width-tiny= t(".weekly_units")
    tbody
      - prescriptions.each do |prescription|
        tr
          td= prescription.patient_local_patient_id
          td= default_patient_link(prescription.patient)
          td= prescription.patient_age
          td= prescription.patient_sex
          td= prescription.patient_current_modality_name
          td= l(prescription.prescribed_on)
          td= prescription.terminated_on && l(prescription.terminated_on)
          td= prescription.drug_name
          td= prescription.dose
          td= prescription.route_code
          td= prescription.frequency
          td=

  = paginate prescriptions

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
renalware-core-2.0.130 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.129 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.128 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.127 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.126 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.125 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.124 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.123 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.121 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.120 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.119 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.118 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.117 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.116 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.115 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.113 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.112 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.111 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.110 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.109 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim