GetMedialReportData

Returns the medical report data.

The method is only valid if the current temporary security context is valid (see SubmitValidationCode).

JavaScript library method

patientportal.managerReportReview.getMedicalReportData({
    key: <key>
});

HTTP Method

Verb URL
GET /patientportalapi/manager-report-review/review-data

URL Parameters

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

Returns

ManagerReportReviewData

Remarks

If something goes wrong please check exception (see Error handling).