Class: USCoreTestKit::USCoreV610::MedicationDispenseReferenceResolutionTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- USCoreTestKit::USCoreV610::MedicationDispenseReferenceResolutionTest
show all
- Includes:
- ReferenceResolutionTest
- Defined in:
- lib/us_core_test_kit/generated/v6.1.0/medication_dispense/medication_dispense_reference_resolution_test.rb
Class Method Summary
collapse
Instance Method Summary
collapse
#is_reference_resolved?, #must_support_references, #must_support_references_with_target_profile, #no_resources_skip_message, #perform_reference_resolution_test, #record_resolved_reference, #resolve_reference, #resolved_references, #resource_is_valid_with_target_profile?, #unresolved_references, #unresolved_references_strings, #validate_reference_resolution
Class Method Details
32
33
34
|
# File 'lib/us_core_test_kit/generated/v6.1.0/medication_dispense/medication_dispense_reference_resolution_test.rb', line 32
def self.metadata
@metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end
|
Instance Method Details
#resource_type ⇒ Object
28
29
30
|
# File 'lib/us_core_test_kit/generated/v6.1.0/medication_dispense/medication_dispense_reference_resolution_test.rb', line 28
def resource_type
'MedicationDispense'
end
|
#scratch_resources ⇒ Object
36
37
38
|
# File 'lib/us_core_test_kit/generated/v6.1.0/medication_dispense/medication_dispense_reference_resolution_test.rb', line 36
def scratch_resources
scratch[:medication_dispense_resources] ||= {}
end
|