GetPatient
Returns the specific patient.
JavaScript library method
patientportal.patients.getPatient({
patient: <patient>
});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/patients/patient |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| patient | string | The key of the patient provided by the API upon GetPatients. |