| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSober |
Indicates if the client is sober |
boolean |
- |
| Treatment |
The description of the treatment |
string |
- |
| Value |
Represents the value of the diabetes |
decimal number |
Nullable |
| ValueIsHigh |
Indicates if value is HIGH, if HIGH then 'Value' should be NULL |
boolean |
- |
| Diet |
The description of the diet |
string |
- |
| Id |
The internal id of the registration. Should be 0 for new instance. |
integer |
Required |
| EmployeeId |
The internal id of the employee who has done the registration. When the EmployeeId is not the same as the logged on employee, then the logged on employee must be authorized in Plancare2 to store information on behalf of the given EmployeeId. |
integer |
Required |
| EmployeeName |
The name of the employee. This property is for reading purposes only. |
string |
- |
| ClientId |
The internal id of the client. |
integer |
Required |
| ClientName |
The name of the client. This property is for reading purposes only. |
string |
- |
| CreationDate |
The date when the registration is created. This property is for reading purposes only. |
date |
- |
| RegistrationDate |
The registration date. |
date |
Required |