Method: USCoreTestKit::USCoreV501::BodyTemperaturePatientCodeSearchTest.properties
- Defined in:
- lib/us_core_test_kit/generated/v5.0.1/body_temperature/body_temperature_patient_code_search_test.rb
.properties ⇒ Object
38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/us_core_test_kit/generated/v5.0.1/body_temperature/body_temperature_patient_code_search_test.rb', line 38 def self.properties @properties ||= SearchTestProperties.new( first_search: true, fixed_value_search: true, resource_type: 'Observation', search_param_names: ['patient', 'code'], possible_status_search: true, token_search_params: ['code'], test_reference_variants: true, test_post_search: true ) end |