ValidateKey

Validates whether the security context for the last submitted validation code is still valid.

JavaScript library method

patientportal.patientReportReview.validateKey({
    key: <key>
});

HTTP Method

Verb URL
GET /patientportalapi/patient-report-review/validate-key

URL Parameters

Parameter Type Description
key string The validation key provided in the URL.

Remarks

Method does not return any data. If something goes wrong please check exception (see Error handling).

If the security context runs out the patient may request another validation code and submit it to create new security context.