Sha256: f19ca5b3d67666bac4918f951024b4ce3d4a8c5ba14d809525706ff066e401e2

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

article
  header
    h2
      = link_to "Current Prescriptions (#{prescriptions.length})",
                patient_prescriptions_path(@patient)

    = link_to patient_prescriptions_path(@patient), class: "button" do
      | Add

  ul.no-bullet
    - prescriptions.each do |prescription|
      li class="drug-#{drug_types_colour_tag(prescription.drug_types)}"
        = "#{prescription.drug.name}, "
        = "#{prescription.dose}, "
        = "#{prescription.medication_route.code} #{prescription.frequency} - "
        = l(prescription.prescribed_on)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/clinical_summaries/_prescriptions.html.slim