QuickSearch
Returns the patient that meets the search criteria.
JavaScript library method
patientportal.patients.quickSearch({
employeeNumber: <employee-number>,
personalEmail: <personal-email>,
workEmail: <work-email>
});
HTTP Method
Verb | URL |
---|---|
GET | /patientportalapi/patients/patient |
URL Parameters
Parameter | Type | Description |
---|---|---|
employee-number | string | The employee number of the patient. |
personal-email | string | The patient’s personal email. |
work-email | string | The patient’s work email. |
Returns
Remarks
Throws various exceptions if there are duplicate records or if the user is not allowed to access the patient record. The client must to display the error message and allow user to put full patient’s details.