Sha256: 036dcbcfc2af94b742a9388c0299446d8a7047b387f967cc86c5ac9d248037e3

Contents?: true

Size: 357 Bytes

Versions: 118

Compression:

Stored size: 357 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

118 entries across 118 versions & 1 rubygems

Version Path
renalware-core-2.1.1 spec/factories/pd/exit_site_infections.rb
renalware-core-2.1.0 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.167 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.166 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.165 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.164 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.163 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.162 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.161 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.160 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.159 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.158 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.157 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.156 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.155 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.153 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.152 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.151 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.149 spec/factories/pd/exit_site_infections.rb
renalware-core-2.0.148 spec/factories/pd/exit_site_infections.rb