Sha256: 6612ab00d9d913ff8b7983006ad8c8f31c2d5b65a63a404aa548fcab6143f0fb

Contents?: true

Size: 1.41 KB

Versions: 22

Compression:

Stored size: 1.41 KB

Contents

table#drug-type-prescriptions
  thead
    tr
      th.hosp_no= sort_link([:renalware, search], :patient_local_patient_id, t(".patient_local_patient_id"))
      th.patient_name= 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.modality= 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.dose= t(".dose")
      th.route_code= t(".route_code")
      th.frequency= t(".frequency")
      th.weekly_units= 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

22 entries across 22 versions & 1 rubygems

Version Path
renalware-core-2.0.11 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.9 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.8 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.7 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.5 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.4 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.3 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.2 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.1 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/medications/drug_types/prescriptions/_table.html.slim