Sha256: 496f884dcfb263dcbcf1aa565d246c4cfb9c517b6ef653463b597bbaf0aa9c28
Contents?: true
Size: 557 Bytes
Versions: 147
Compression:
Stored size: 557 Bytes
Contents
= field_set_tag do legend= t(".legend") table thead tr th= t(".drug_name") th= t(".dose") th= t(".frequency") th= t(".administered") th= t(".notes") tbody - session.prescription_administrations.each do |pa| - prescription = Renalware::Medications::PrescriptionPresenter.new(pa.prescription) tr td.strong= prescription.drug_name td= prescription.dose td= prescription.frequency td.strong= yes_no(pa.administered?) td= pa.notes
Version data entries
147 entries across 147 versions & 1 rubygems