Sha256: 940ed1c2d364e3c817a196e4025f81b96f44adc08c0f7d9cc1c03339ad832211
Contents?: true
Size: 551 Bytes
Versions: 16
Compression:
Stored size: 551 Bytes
Contents
thead th Type th Prescription th Dose th Route th Frequency th Prescribed On tbody - @patient.patient_prescriptions.each do |p| tr class="drug-#{p.prescription.type.downcase}" td data-heading="Type" = p.prescription.type td data-heading="Prescription" = p.prescription.name td data-heading="Dose" = p.dose td data-heading="Route" = I18n.t("enums.route.#{p.route}") td data-heading="Frequency" = p.frequency td data-heading="Prescribed On" = p.date
Version data entries
16 entries across 16 versions & 1 rubygems