Sha256: aa87171ef36a663c44b8f9e9dca1581a058d4b4423b963c56cef2ef41148ba02

Contents?: true

Size: 974 Bytes

Versions: 118

Compression:

Stored size: 974 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :hd_patient_statistics, class: "Renalware::HD::PatientStatistics" do
    patient factory: :hd_patient
    association :hospital_unit, factory: :hospital_unit
    month { 1 }
    year { 2018 }
    # rolling false
    pre_mean_systolic_blood_pressure { 0 }
    pre_mean_diastolic_blood_pressure { 0 }
    post_mean_systolic_blood_pressure { 0 }
    post_mean_diastolic_blood_pressure { 0 }
    lowest_systolic_blood_pressure { 0 }
    highest_systolic_blood_pressure { 0 }
    mean_fluid_removal { 0 }
    mean_weight_loss { 0 }
    mean_machine_ktv { 0 }
    mean_blood_flow { 0 }
    mean_litres_processed { 0 }
    session_count { 0 }
    number_of_missed_sessions { 0 }
    dialysis_minutes_shortfall { 0 }
    dialysis_minutes_shortfall_percentage { 0 }
    mean_ufr { 0 }
    mean_weight_loss_as_percentage_of_body_weight { 0 }
    number_of_sessions_with_dialysis_minutes_shortfall_gt_5_pct { 0 }
  end
end

Version data entries

118 entries across 118 versions & 1 rubygems

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