Sha256: 7ac70b67077cd39b912d1b3f6a95f6a20dee493d0a50fbaed10172ada1e95582

Contents?: true

Size: 551 Bytes

Versions: 8

Compression:

Stored size: 551 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

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc9 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/patients/clinical_summaries/_prescriptions.html.slim