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.147 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.146 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.145 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.144 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.143 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.142 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.141 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.140 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.139 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.138 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.137 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.136 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.135 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.134 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.133 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.132 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.131 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.130 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.129 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.128 spec/factories/pathology/requests/patient_rule.rb