Sha256: cdabbd2726bbec83c9f7a280fa932145ee57ac5837e87c9fd2b881ed6f51eb9b

Contents?: true

Size: 341 Bytes

Versions: 40

Compression:

Stored size: 341 Bytes

Contents

# frozen_string_literal: true

FactoryBot.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

40 entries across 40 versions & 1 rubygems

Version Path
renalware-core-2.0.21 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.20 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.18 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.17 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.16 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.15 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.14 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.13 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.12 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.11 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.9 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.8 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.7 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.5 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.4 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.3 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.2 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.1 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.0 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.0.pre.rc13 spec/factories/pd/exit_site_infections.rb