Class: AUCoreTestKit::AUCoreV200::EncounterClassPatientSearchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV200::EncounterClassPatientSearchTest
- Includes:
- InfernoSuiteGenerator::SearchTest
- Defined in:
- lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.demodata ⇒ Object
31 32 33 34 35 |
# File 'lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb', line 31 def self.demodata @demodata ||= InfernoSuiteGenerator::Generator::IGDemodata.new( YAML.load_file(File.join(File.dirname(__dir__), 'demodata.yml'), aliases: true) ) end |
.metadata ⇒ Object
46 47 48 |
# File 'lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb', line 46 def self. @metadata ||= InfernoSuiteGenerator::Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
.properties ⇒ Object
37 38 39 40 41 42 43 44 |
# File 'lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb', line 37 def self.properties @properties ||= InfernoSuiteGenerator::SearchTestProperties.new( resource_type: 'Encounter', search_param_names: %w[class patient], possible_status_search: true, token_search_params: ['class'] ) end |
Instance Method Details
#keep_all_search_results? ⇒ Boolean
54 55 56 |
# File 'lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb', line 54 def keep_all_search_results? false end |
#scratch_resources ⇒ Object
50 51 52 |
# File 'lib/au_core_test_kit/generated/v2.0.0/encounter/encounter_class_patient_search_test.rb', line 50 def scratch_resources scratch[:encounter_resources] ||= {} end |