Sha256: 8bf20108fb48cdcc6a8cf063a86e18d3b0202b9caf54e92e72e0f1379245266b

Contents?: true

Size: 396 Bytes

Versions: 11

Compression:

Stored size: 396 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc10 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc9 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc8 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc7 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc6 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc5 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc4 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc3 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.rc1 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.beta12 spec/factories/pathology/requests/patient_rule.rb