LostWork

A small object used in the AbsenceData and AbsenceOverview to encapsulate the number of hours and days lost due to the patient’s absence. The Hours and Days in the object are separate, in that they do not mean that the patient was absent for four days and 32 hours, they mean that the patient was absent for four days, which is equivalent to 32 hours.

Properties

Parameter Type Description
Hours decimal (optional) The number of hours that the patient was absent.
Days decimal (optional) The number of days that the patient was absent.

JSON Example

{
    "Hours": 32,
    "Days": 4
}