Class: DaVinciPDexTestKit::PDexPayerClient::MockServer::PatientEndpoint
- Inherits:
-
ProxyEndpoint
- Object
- Inferno::DSL::SuiteEndpoint
- ProxyEndpoint
- DaVinciPDexTestKit::PDexPayerClient::MockServer::PatientEndpoint
- Includes:
- URLs
- Defined in:
- lib/davinci_pdex_test_kit/pdex_payer_client/mock_server/patient_endpoint.rb
Constant Summary
Constants included from URLs
URLs::AUTHORIZATION_PATH, URLs::BASE_FHIR_PATH, URLs::BINARY_PATH, URLs::EVERYTHING_PATH, URLs::EXPORT_PATH, URLs::EXPORT_STATUS_PATH, URLs::INSTANCE_PATH, URLs::MEMBER_MATCH_PATH, URLs::METADATA_PATH, URLs::PATIENT_INSTANCE_PATH, URLs::PATIENT_PATH, URLs::RESOURCE_PATH, URLs::RESUME_CLINICAL_DATA_PATH, URLs::RESUME_FAIL_PATH, URLs::RESUME_PASS_PATH, URLs::TOKEN_PATH
Instance Method Summary collapse
Methods included from URLs
#base_url, #client_fhir_base_url, #fhir_base_url, #suite_id
Methods inherited from ProxyEndpoint
#server_proxy, #test_run_identifier, #update_result
Instance Method Details
#make_response ⇒ Object
11 12 13 |
# File 'lib/davinci_pdex_test_kit/pdex_payer_client/mock_server/patient_endpoint.rb', line 11 def make_response super end |
#tags ⇒ Object
15 16 17 18 19 20 |
# File 'lib/davinci_pdex_test_kit/pdex_payer_client/mock_server/patient_endpoint.rb', line 15 def = [RESOURCE_ID_TAG] << PATIENT_ID_REQUEST_TAG if request.url.include?('99999') end |