Class: AUCoreTestKit::AUCoreV100::PatientGenderNameSearchTest

Inherits:
Inferno::Test
  • Object
show all
Includes:
SearchTest
Defined in:
lib/au_core_test_kit/generated/v1.0.0/patient/patient_gender_name_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

#all_comparator_searches_tested?, #all_provenance_revinclude_search_params, #all_scratch_resources, #all_search_params, #all_search_params_present?, #all_search_variants_tested?, #any_valid_search_params?, #array_of_codes, #birthdate_comparator_value, #cant_resolve_next_bundle_message, #chain_search_restriction, #check_availability_of_count_search_parameter, #check_resource_against_params, #check_search_response, #date_comparator_value, #default_search_values, #default_search_values_clean, #default_values_for_param, #element_has_valid_value?, #empty_search_params_message, #extension_check, #extract_existing_values_safety, #fetch_all_bundled_resources, #filter_conditions, #filter_devices, #find_include_resources, #fixed_value_search_param_name, #fixed_value_search_param_values, #fixed_value_search_params, #initial_search_variant_test_records, #insufficient_number_of_values, #is_count_available_for_resource_type?, #is_reference_match?, #modify_value_by_multiple_type, #no_resources_skip_message, #optional_search_and_check_response, #patient_id_list, #patient_id_param?, #patient_search?, #perform_comparator_searches, #perform_multiple_and_search_test, #perform_multiple_or_search_test, #perform_multiple_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, #run_include_test, #run_provenance_revinclude_search_test, #run_read_test_and_skip_first_search, #run_search_test, #run_search_test_with_system, #save_delayed_references, #save_resource_reference, #scratch_resources_for_patient, #search_and_check_response, #search_by_patient_id_is_available, #search_param_paths, #search_param_value, #search_params_with_values, #search_variant_test_records, #status_search_param_name, #status_search_values, #test_include_param, #unable_to_resolve_params_message

Methods included from AUCoreTestKit::AssertHelpers

#act_if_with_message, #act_with_message, #conditional_skip_with_msg, #skip_with_msg

Methods included from ReadTest

#all_scratch_resources, #bad_resource_id_message, #basic_read_and_validate, #create_reference, #fetch_resource_ids, #get_resources_to_read_from_arr_ids, #no_resources_custom_skip_message, #no_resources_skip_message, #perform_read_test, #read_and_validate, #read_and_validate_as_first, #read_and_validate_resourses_arr, #readable_resources, #resource_class, #resource_id, #resource_ids_str_to_arr

Methods included from FHIRResourceNavigation

#find_a_value_at, #find_slice_via_discriminator, #get_extension_url, #get_next_value, #get_value_from_extension, #is_extension?, #resolve_path, #verify_slice_by_values

Methods included from 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

.metadataObject



34
35
36
# File 'lib/au_core_test_kit/generated/v1.0.0/patient/patient_gender_name_search_test.rb', line 34

def self.
   ||= Generator::.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end

.propertiesObject



26
27
28
29
30
31
32
# File 'lib/au_core_test_kit/generated/v1.0.0/patient/patient_gender_name_search_test.rb', line 26

def self.properties
  @properties ||= SearchTestProperties.new(
    resource_type: 'Patient',
    search_param_names: %w[gender name],
    possible_status_search: true
  )
end

Instance Method Details

#scratch_resourcesObject



38
39
40
# File 'lib/au_core_test_kit/generated/v1.0.0/patient/patient_gender_name_search_test.rb', line 38

def scratch_resources
  scratch[:patient_resources] ||= {}
end