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

Version Path
renalware-core-2.0.0.pre.rc8 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc7 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc6 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc3 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.rc1 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/_prescriptions.html.slim.dead
renalware-core-2.0.0.pre.beta4 app/views/renalware/patients/_prescriptions.html.slim