Class: DaVinciPlanNetTestKit::DaVinciPlanNetV110::PractitionerNoParamsSearchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciPlanNetTestKit::DaVinciPlanNetV110::PractitionerNoParamsSearchTest
- Includes:
- SearchTest
- Defined in:
- lib/davinci_plan_net_test_kit/generated/v1.1.0/practitioner/practitioner_no_params_search_test.rb
Constant Summary
Constants included from FHIRResourceNavigation
FHIRResourceNavigation::DAR_EXTENSION_URL
Class Method Summary collapse
Instance Method Summary collapse
Methods included from SearchTest
#additional_resource, #additional_scratch_resources, #all_combination_search_params, #all_comparator_searches_tested?, #all_forward_chain_search_params, #all_include_search_params, #all_reverse_chain_search_params, #all_revinclude_search_params, #all_scratch_resources, #all_search_params, #all_search_params_present?, #all_search_variants_tested?, #any_valid_search_params?, #array_of_codes, #base_combination_search_params, #cant_resolve_next_bundle_message, #check_resource_against_params, #check_search_response, #date_comparator_value, #default_search_values, #element_has_valid_value?, #empty_search_params_message, #fetch_all_bundled_resources, #fetch_matching_bundled_resources, #filter_conditions, #filter_devices, #find_base_resource, #find_forward_chain_value, #find_reverse_chain_resource, #fixed_value_search_param_name, #fixed_value_search_param_values, #fixed_value_search_params, #forward_chain_conformance_error_message, #forward_chaining_incorrect_reference_error_message, #given_input?, #initial_search_variant_test_records, #input_based_skip_assert, #is_reference_match?, #no_forward_chain_resource_found_message, #no_instance_gathering_message, #no_resources_skip_message, #no_reverse_chain_resource_found_message, #param_to_method, #perform_comparator_searches, #perform_multiple_or_search_test, #perform_post_search, #perform_reference_with_type_search, #perform_search, #perform_search_with_status, #perform_search_with_system, #references_to_save, #required_comparators, #resource_fields_conform_to_params?, #resource_id_list, #resource_id_param?, #resource_search?, #resources_with_all_search_params_with_values, #reverse_chaining_incorrect_reference_error_message, #run_combination_search_test, #run_forward_chain_search_test, #run_include_search_test, #run_reverse_chain_search_test, #run_revinclude_search_test, #run_search_no_params_test, #run_search_on_additional_resource_type, #run_search_test, #save_delayed_references, #save_resource_reference, #scratch_resources_for_resource, #search_and_check_response, #search_param_paths, #search_param_value, #search_param_values_from_same_resource, #search_params_with_values, #search_variant_test_records, #set_additional_resource, #status_search_param_name, #status_search_values, #unable_to_find_base_message, #unable_to_resolve_params_message
Methods included from FHIRResourceNavigation
#find_a_value_at, #get_next_value, #resolve_path
Methods included from DaVinciPlanNetTestKit::DateSearchValidation
#fhir_date_comparer, #get_fhir_datetime_range, #get_fhir_period_range, #is_date?, #validate_date_search, #validate_datetime_search, #validate_period_search
Class Method Details
.metadata ⇒ Object
36 37 38 |
# File 'lib/davinci_plan_net_test_kit/generated/v1.1.0/practitioner/practitioner_no_params_search_test.rb', line 36 def self. @metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
.properties ⇒ Object
28 29 30 31 32 33 34 |
# File 'lib/davinci_plan_net_test_kit/generated/v1.1.0/practitioner/practitioner_no_params_search_test.rb', line 28 def self.properties @properties ||= SearchTestProperties.new( first_search: true, resource_type: 'Practitioner', test_post_search: false ) end |
Instance Method Details
#scratch_resources ⇒ Object
40 41 42 |
# File 'lib/davinci_plan_net_test_kit/generated/v1.1.0/practitioner/practitioner_no_params_search_test.rb', line 40 def scratch_resources scratch[:practitioner_resources] ||= {} end |