AuthorizePatientApplicationModel
Provide data necessary to supply the code back to the portal and complete the authorization of the application.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EclClientAccountNumber |
Identifier of the account in the portal. |
string |
None. |
| ApplicationInstanceId |
Identifier of the patient application. |
string |
None. |
| PatientUsername |
Username of the patient. |
string |
None. |
| PatientPassword |
Password of the patient. |
string |
None. |
| Latitude |
Latitude of the coordinates provided by the patient application, to be verified by the security policy created by the patient in the portal. |
decimal number |
None. |
| Longitude |
Longitude of the coordinates provided by the patient application, to be verified by the security policy created by the patient in the portal. |
decimal number |
None. |
| AuthorizationCode |
Authorization code sent by the portal to the patient. |
string |
None. |