Class: USCoreTestKit::USCoreV400::AllergyIntoleranceReferenceResolutionTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- USCoreTestKit::USCoreV400::AllergyIntoleranceReferenceResolutionTest
show all
- Includes:
- ReferenceResolutionTest, ResourceList
- Defined in:
- lib/us_core_test_kit/generated/v4.0.0/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb
Constant Summary
ResourceList::RESOURCE_LIST
Class Method Summary
collapse
Instance Method Summary
collapse
#must_support_references, #must_support_references_with_target_profile, #no_resources_skip_message, #perform_reference_resolution_test, #record_resolved_reference, #resolved_references, #resource_is_valid_with_target_profile?, #unresolved_references, #unresolved_references_strings, #validate_reference_resolution
#find_a_value_at, #get_next_value, #resolve_path
Class Method Details
25
26
27
|
# File 'lib/us_core_test_kit/generated/v4.0.0/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb', line 25
def self.metadata
@metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml')))
end
|
Instance Method Details
#resource_type ⇒ Object
21
22
23
|
# File 'lib/us_core_test_kit/generated/v4.0.0/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb', line 21
def resource_type
'AllergyIntolerance'
end
|
#scratch_resources ⇒ Object
29
30
31
|
# File 'lib/us_core_test_kit/generated/v4.0.0/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb', line 29
def scratch_resources
scratch[:allergy_intolerance_resources] ||= {}
end
|