Class: AUCoreTestKit::AUCoreV200::BloodpressurePatientCodeSearchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV200::BloodpressurePatientCodeSearchTest
- Includes:
- InfernoSuiteGenerator::SearchTest
- Defined in:
- lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.demodata ⇒ Object
41 42 43 44 45 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb', line 41 def self.demodata @demodata ||= InfernoSuiteGenerator::Generator::IGDemodata.new( YAML.load_file(File.join(File.dirname(__dir__), 'demodata.yml'), aliases: true) ) end |
.metadata ⇒ Object
60 61 62 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb', line 60 def self. @metadata ||= InfernoSuiteGenerator::Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
.properties ⇒ Object
47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb', line 47 def self.properties @properties ||= InfernoSuiteGenerator::SearchTestProperties.new( first_search: true, fixed_value_search: true, resource_type: 'Observation', search_param_names: %w[patient code], possible_status_search: true, token_search_params: ['code'], test_reference_variants: true, test_post_search: true ) end |
Instance Method Details
#keep_all_search_results? ⇒ Boolean
68 69 70 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb', line 68 def keep_all_search_results? false end |
#scratch_resources ⇒ Object
64 65 66 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_code_search_test.rb', line 64 def scratch_resources scratch[:bloodpressure_resources] ||= {} end |