GetMedicalReportData
Returns the medical report data.
The method is only valid if the current temporary security context is valid (see SubmitValidationCode).
JavaScript library method
patientportal.patientReportReview.getMedicalReportData({
key: <key>
});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/patient-report-review/review-data |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | The validation key provided in the URL. |
Returns
Remarks
If something goes wrong please check exception (see Error handling).