SubmitQuestionnaire

Submits the specific questionnaire.

JavaScript library method

patientportal.questionnaireRequest.submitQuestionnaire({key: <key>});

HTTP Method

Verb URL
GET /patientportalapi/questionnaire-request/submit-questionnaire

URL Parameters

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

Remarks

The client calls this method when all required questions are answered. After submitting the questionnaire the status will change to Complete.

When any required question is not answered the exception with event code 40001 is thrown (see Error handling).