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