Wiki source code of Objectives
Last modified by Aleksanteri Hämäläinen on 2022/04/03 19:08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | == Introduction == | ||
3 | |||
4 | The main objective of the application is to improve the wellbeing of the PwD (Person with Dementia). | ||
5 | |||
6 | This is done by reminding them about eating and drinking. Reminding is conducted by the robot platform, which around the preset mealtimes engages in a discourse about the eating and drinking. | ||
7 | |||
8 | The robot platform is placed in the home/personal room of the PwD. From there the robot platform will assist the PwD to be more independent, by providing assistance in remembering the mealtimes, engaging in discourse about the wellbeing of the person and thus causing self-reflection. This approach allows to improve the physical wellbeing of the PwD by improving their nutrition, as well as reduces the strain on the personal relationships, as the relatives and HCP do not need to remind about the mealtimes as much, thus saving the mental and time-resources of the other human stakeholders for other tasks. | ||
9 | |||
10 | == Definitions == | ||
11 | |||
12 | === PWD === | ||
13 | |||
14 | {{html}} | ||
15 | |||
16 | <table> | ||
17 | |||
18 | <colgroup> | ||
19 | <col span="1" style="width: 10%;"> | ||
20 | <col span="1" style="width: 90%;"> | ||
21 | </colgroup> | ||
22 | |||
23 | <thead> | ||
24 | <tr> | ||
25 | <th> | ||
26 | ID | ||
27 | </th> | ||
28 | <th> | ||
29 | Objective | ||
30 | </th> | ||
31 | </tr> | ||
32 | </thead> | ||
33 | <tbody> | ||
34 | <tr> | ||
35 | <td> | ||
36 | OB01 | ||
37 | </td> | ||
38 | <td> | ||
39 | Improve the wellbeing of the PwD | ||
40 | </td> | ||
41 | </tr> | ||
42 | <tr> | ||
43 | <td> | ||
44 | OB02 | ||
45 | </td> | ||
46 | <td> | ||
47 | Provide the PwD company during the day | ||
48 | </td> | ||
49 | </tr> | ||
50 | <tr> | ||
51 | <td> | ||
52 | OB03 | ||
53 | </td> | ||
54 | <td> | ||
55 | Increase the self sufficiency of the PwD | ||
56 | </td> | ||
57 | </tr> | ||
58 | <tr> | ||
59 | <td> | ||
60 | OB04 | ||
61 | </td> | ||
62 | <td> | ||
63 | Remind the PwD of things without annoying them | ||
64 | </td> | ||
65 | </tr> | ||
66 | <tr> | ||
67 | <td> | ||
68 | OB05 | ||
69 | </td> | ||
70 | <td> | ||
71 | The PwD self-reflects on their condition, without being embarassed about it | ||
72 | </td> | ||
73 | </tr> | ||
74 | <tr> | ||
75 | <td> | ||
76 | OB06 | ||
77 | </td> | ||
78 | <td> | ||
79 | The PwD remembers to eat and is thus in better condition after being left alone | ||
80 | </td> | ||
81 | </tr> | ||
82 | <tr> | ||
83 | <td> | ||
84 | OB07 | ||
85 | </td> | ||
86 | <td> | ||
87 | The PwD remains hydrated | ||
88 | </td> | ||
89 | </tr> | ||
90 | </tbody> | ||
91 | </table> | ||
92 | |||
93 | {{/html}} | ||
94 | |||
95 | === Caregiver === | ||
96 | |||
97 | {{html}} | ||
98 | |||
99 | <table> | ||
100 | |||
101 | <colgroup> | ||
102 | <col span="1" style="width: 10%;"> | ||
103 | <col span="1" style="width: 90%;"> | ||
104 | </colgroup> | ||
105 | |||
106 | <thead> | ||
107 | <tr> | ||
108 | <th> | ||
109 | ID | ||
110 | </th> | ||
111 | <th> | ||
112 | Objective | ||
113 | </th> | ||
114 | </tr> | ||
115 | </thead> | ||
116 | <tbody> | ||
117 | <tr> | ||
118 | <td> | ||
119 | OB08 | ||
120 | </td> | ||
121 | <td> | ||
122 | Lessen the worry of the caregiver for the PwD | ||
123 | </td> | ||
124 | </tr> | ||
125 | <tr> | ||
126 | <td> | ||
127 | OB09 | ||
128 | </td> | ||
129 | <td> | ||
130 | Lessen the workload of the caregiver | ||
131 | </td> | ||
132 | </tr> | ||
133 | <tr> | ||
134 | <td> | ||
135 | OB10 | ||
136 | </td> | ||
137 | <td> | ||
138 | Allow the caregiver to use more time for themselves | ||
139 | </td> | ||
140 | </tr> | ||
141 | </tbody> | ||
142 | </table> | ||
143 | |||
144 | {{/html}} | ||
145 | |||
146 | === HCP === | ||
147 | |||
148 | {{html}} | ||
149 | |||
150 | <table> | ||
151 | |||
152 | <colgroup> | ||
153 | <col span="1" style="width: 10%;"> | ||
154 | <col span="1" style="width: 90%;"> | ||
155 | </colgroup> | ||
156 | |||
157 | <thead> | ||
158 | <tr> | ||
159 | <th> | ||
160 | ID | ||
161 | </th> | ||
162 | <th> | ||
163 | Objective | ||
164 | </th> | ||
165 | </tr> | ||
166 | </thead> | ||
167 | <tbody> | ||
168 | <tr> | ||
169 | <td> | ||
170 | OB11 | ||
171 | </td> | ||
172 | <td> | ||
173 | Lessen the workload of the HCP | ||
174 | </td> | ||
175 | </tr> | ||
176 | </tbody> | ||
177 | </table> | ||
178 | |||
179 | {{/html}} |