Class: DaVinciDTRTestKit::DTRFullEHRLaunchAttestationTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciDTRTestKit::DTRFullEHRLaunchAttestationTest
- Includes:
- URLs
- Defined in:
- lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_launch_attestation_test.rb
Instance Method Summary collapse
Methods included from URLs
#base_url, #ehr_authorize_url, #ehr_token_url, #fhir_base_url, #next_url, #payer_token_url, #questionnaire_package_url, #questionnaire_response_url, #registration_url, #resume_fail_url, #resume_pass_url, #suite_id, #supported_payer_url, #token_url, #udap_discovery_url
Instance Method Details
#attestation_message ⇒ Object
14 15 16 17 18 |
# File 'lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_launch_attestation_test.rb', line 14 def return config.[:attestation_message] if config..key?(:attestation_message) 'I attest that DTR has been launched in the context of a patient with an official name, including first and last.' end |