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.1.1 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.1.0 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.167 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.166 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.165 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.164 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.163 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.162 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.161 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.160 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.159 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.158 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.157 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.156 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.155 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.153 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.152 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.151 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.149 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.148 spec/factories/pathology/requests/patient_rule.rb