Sha256: b387d4798e649467850db35d8c7944e594de1a572d6c17dbb14547a077529f6f

Contents?: true

Size: 453 Bytes

Versions: 87

Compression:

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

87 entries across 87 versions & 1 rubygems

Version Path
renalware-core-2.0.104 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.103 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.102 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.101 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.100 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.99 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.98 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.97 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.96 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.95 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.94 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.93 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.92 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.91 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.90 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.89 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.88 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.87 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.86 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.85 spec/factories/pathology/requests/patient_rule.rb