Class: AUCoreTestKit::AUCoreV200::BloodpressurePatientChainSearchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV200::BloodpressurePatientChainSearchTest
- Includes:
- InfernoSuiteGenerator::ChainedSearchTest
- Defined in:
- lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_chain_search_test.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.metadata ⇒ Object
37 38 39 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_chain_search_test.rb', line 37 def self. @metadata ||= InfernoSuiteGenerator::Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
.properties ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_chain_search_test.rb', line 29 def self.properties @properties ||= InfernoSuiteGenerator::SearchTestProperties.new( resource_type: 'Observation', search_param_names: ['patient:Patient.identifier'], attr_paths: ['subject'] ) end |
Instance Method Details
#scratch_resources ⇒ Object
41 42 43 |
# File 'lib/au_core_test_kit/generated/v2.0.0/bloodpressure/bloodpressure_patient_chain_search_test.rb', line 41 def scratch_resources scratch[:bloodpressure_resources] ||= {} end |