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.42 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.41 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.40 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.39 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.38 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.37 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.36 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.35 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.34 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.33 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.32 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.31 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.30 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.28 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.27 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.26 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.25 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.24 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.23 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.22 spec/factories/pathology/requests/patient_rule.rb