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.84 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.83 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.82 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.81 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.80 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.79 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.78 spec/factories/pathology/requests/patient_rule.rb