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