Sha256: 9318505390eb3665e0dd846eb99e354035a44398abce92e5a548316cb48de4e1

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

FactoryGirl.define do
  factory :pd_assessment, class: "Renalware::PD::Assessment" do
    accountable
    patient
    document {
      {
        assessed_on: Time.zone.today,
        assessor: "Flo Nightengale RN",
        had_home_visit: :yes,
        home_visit_on: Time.zone.today,
        housing_type: :flat,
        occupant_notes: "occupant notes...",
        exchange_area: "exchange area...",
        handwashing: "handwashing...",
        fluid_storage: "fluid storage...",
        bag_warming: "bag warming...",
        delivery_interval: "P1W"
      }
    }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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