Sha256: 91703a6ec8874cca022cfafbcacc2cb9165894e9f2f3881e7affd7a06e8117fb
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 Bytes
Contents
FactoryGirl.define do factory :esi_printable_form_template, class: "Renalware::System::Template" do name "esi_printable_form" title "ESI Printable Form" description "Description" body "{{ patient.name }} {{ patient.hospital_identifier }}" end factory :peritonitis_episode_printable_form_template, class: "Renalware::System::Template" do name "peritonitis_episode_printable_form" title "Peritonitis Episode Printable form" description "Description" body "{{ patient.name }} {{ patient.hospital_identifier }}" end end
Version data entries
3 entries across 3 versions & 1 rubygems