PatientApplicationAuthenticationModel
Provide data necessary to authenticate patient access using an authorized application.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EclClientAccountNumber |
Identifier of the account in the portal. |
string |
None. |
| PatientUsername |
Username of the patient. |
string |
None. |
| PatientPassword |
Password of the patient. |
string |
None. |
| ApplicationInstanceId |
Identifier of the patient application. |
string |
None. |
| PatientAccountNumber |
Patient account number(Read only). |
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. |