Wiki source code of Objectives

Last modified by Aleksanteri Hämäläinen on 2022/04/03 19:08

Hide last authors
Veikko Saikkonen 2.1 1
Aleksanteri Hämäläinen 13.1 2 == Introduction ==
3
Veikko Saikkonen 5.1 4 The main objective of the application is to improve the wellbeing of the PwD (Person with Dementia).
Veikko Saikkonen 3.1 5
Veikko Saikkonen 5.1 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
Veikko Saikkonen 7.1 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
Aleksanteri Hämäläinen 14.1 10 == Definitions ==
11
Aleksanteri Hämäläinen 24.1 12 === PWD ===
Aleksanteri Hämäläinen 8.1 13
Aleksanteri Hämäläinen 22.1 14 {{html}}
15
16 <table>
Aleksanteri Hämäläinen 29.1 17
18 <colgroup>
Aleksanteri Hämäläinen 30.1 19 <col span="1" style="width: 10%;">
20 <col span="1" style="width: 90%;">
Aleksanteri Hämäläinen 29.1 21 </colgroup>
22
Aleksanteri Hämäläinen 22.1 23 <thead>
24 <tr>
Aleksanteri Hämäläinen 26.1 25 <th>
Aleksanteri Hämäläinen 27.1 26 ID
Aleksanteri Hämäläinen 26.1 27 </th>
28 <th>
Aleksanteri Hämäläinen 27.1 29 Objective
Aleksanteri Hämäläinen 26.1 30 </th>
Aleksanteri Hämäläinen 22.1 31 </tr>
Aleksanteri Hämäläinen 28.1 32 </thead>
Aleksanteri Hämäläinen 22.1 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>
Aleksanteri Hämäläinen 23.1 71 The PwD self-reflects on their condition, without being embarassed about it
Aleksanteri Hämäläinen 22.1 72 </td>
73 </tr>
74 <tr>
75 <td>
76 OB06
77 </td>
78 <td>
Aleksanteri Hämäläinen 23.1 79 The PwD remembers to eat and is thus in better condition after being left alone
Aleksanteri Hämäläinen 22.1 80 </td>
81 </tr>
82 <tr>
83 <td>
84 OB07
85 </td>
86 <td>
Aleksanteri Hämäläinen 23.1 87 The PwD remains hydrated
Aleksanteri Hämäläinen 22.1 88 </td>
89 </tr>
Aleksanteri Hämäläinen 24.1 90 </tbody>
91 </table>
92
93 {{/html}}
94
95 === Caregiver ===
96
97 {{html}}
98
99 <table>
Aleksanteri Hämäläinen 31.1 100
101 <colgroup>
102 <col span="1" style="width: 10%;">
103 <col span="1" style="width: 90%;">
104 </colgroup>
105
Aleksanteri Hämäläinen 24.1 106 <thead>
Aleksanteri Hämäläinen 22.1 107 <tr>
Aleksanteri Hämäläinen 28.1 108 <th>
109 ID
110 </th>
111 <th>
112 Objective
113 </th>
Aleksanteri Hämäläinen 24.1 114 </tr>
Aleksanteri Hämäläinen 28.1 115 </thead>
Aleksanteri Hämäläinen 24.1 116 <tbody>
117 <tr>
118 <td>
Aleksanteri Hämäläinen 22.1 119 OB08
120 </td>
121 <td>
Aleksanteri Hämäläinen 23.1 122 Lessen the worry of the caregiver for the PwD
Aleksanteri Hämäläinen 22.1 123 </td>
124 </tr>
125 <tr>
126 <td>
127 OB09
128 </td>
129 <td>
Aleksanteri Hämäläinen 23.1 130 Lessen the workload of the caregiver
Aleksanteri Hämäläinen 22.1 131 </td>
132 </tr>
133 <tr>
134 <td>
135 OB10
136 </td>
137 <td>
Aleksanteri Hämäläinen 23.1 138 Allow the caregiver to use more time for themselves
Aleksanteri Hämäläinen 22.1 139 </td>
140 </tr>
Aleksanteri Hämäläinen 24.1 141 </tbody>
142 </table>
143
144 {{/html}}
145
146 === HCP ===
147
148 {{html}}
149
150 <table>
Aleksanteri Hämäläinen 31.1 151
152 <colgroup>
153 <col span="1" style="width: 10%;">
154 <col span="1" style="width: 90%;">
155 </colgroup>
156
Aleksanteri Hämäläinen 24.1 157 <thead>
Aleksanteri Hämäläinen 23.1 158 <tr>
Aleksanteri Hämäläinen 28.1 159 <th>
160 ID
161 </th>
162 <th>
163 Objective
164 </th>
Aleksanteri Hämäläinen 24.1 165 </tr>
Aleksanteri Hämäläinen 28.1 166 </thead>
Aleksanteri Hämäläinen 24.1 167 <tbody>
168 <tr>
169 <td>
Aleksanteri Hämäläinen 23.1 170 OB11
171 </td>
172 <td>
173 Lessen the workload of the HCP
174 </td>
175 </tr>
Aleksanteri Hämäläinen 22.1 176 </tbody>
177 </table>
178
179 {{/html}}