42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# File 'lib/us_core_test_kit/generated/v5.0.1/medication_request/medication_request_patient_intent_search_test.rb', line 42
def self.properties
@properties ||= SearchTestProperties.new(
first_search: true,
fixed_value_search: true,
resource_type: 'MedicationRequest',
search_param_names: ['patient', 'intent'],
saves_delayed_references: true,
possible_status_search: true,
test_medication_inclusion: true,
test_reference_variants: true,
multiple_or_search_params: ['intent'],
test_post_search: true
)
end
|