PatientApplicationModel
Provide data necessary to authorize an application:
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique ID of the model on our system (Read only). |
globally unique identifier |
None. |
| ApplicationInstanceId |
Identifier of the patient application. |
string |
None. |
| ApplicationName |
Name of the patient application. |
string |
None. |
| ApplicationVersion |
Version of the patient application. |
string |
None. |
| ApplicationManufacturer |
Manufacturer of the patient application. |
string |
None. |
| ApplicationManufacturerWebSite |
Web site of the manufacturer of the patient application. |
string |
None. |
| ApplicationManufacturerEmail |
Email of the manufacturer of the patient application. |
string |
None. |
| ApplicationManufacturerPhoneNumber |
Phone number of the manufacturer of the patient application. |
string |
None. |
| DeviceId |
Identifier of the device. Used to verify that the application is really working from the device was authorized. |
string |
None. |
| EclClientAccountNumber |
Identifier of the account in the portal. |
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. |