Sha256: feda91300daa8de1f4f93cc4f4053378d924c159238cf14caf6b804843016131

Contents?: true

Size: 427 Bytes

Versions: 40

Compression:

Stored size: 427 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :pathology_requests_patient_rule,
    class: "Renalware::Pathology::Requests::PatientRule" do
    association :lab, factory: :pathology_lab
    patient
    test_description "Test for HepB"
    sample_number_bottles 1
    sample_type nil
    frequency_type { Renalware::Pathology::Requests::Frequency.all_names.sample }
    start_date nil
    end_date nil
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

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