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