Sha256: 20594fb88aba941bdb531d3455318e25aaff9242fca30dc51488fa44d4c3e0dd

Contents?: true

Size: 447 Bytes

Versions: 31

Compression:

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

31 entries across 31 versions & 1 rubygems

Version Path
renalware-core-2.0.77 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.76 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.75 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.74 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.73 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.72 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.71 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.70 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.69 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.68 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.67 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.64 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.63 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.62 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.61 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.60 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.58 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.57 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.56 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.55 spec/factories/pathology/requests/patient_rule.rb