Sha256: 6946673e37eef7c5ccbfe3fad957f2bcc39ff77bb65a476ed7245caa87a87cf3

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

FactoryGirl.define do
  factory :exit_site_infection, class: "Renalware::PD::ExitSiteInfection" do
    patient
    diagnosis_date "01/04/2015"
    treatment "Having treatment for exit site infection."
    outcome "Outcome is satisfactory."
    notes "Review in 2 weeks time, observe for temperature."
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.0.pre.beta8 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.0.pre.beta7 spec/factories/pd/exit_site_infections.rb