Wiki source code of Objectives

Version 29.1 by Aleksanteri Hämäläinen on 2022/04/03 19:07

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>
19 <col span="1" style="width: 15%;">
20 <col span="1" style="width: 70%;">
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>
100 <thead>
Aleksanteri Hämäläinen 22.1 101 <tr>
Aleksanteri Hämäläinen 28.1 102 <th>
103 ID
104 </th>
105 <th>
106 Objective
107 </th>
Aleksanteri Hämäläinen 24.1 108 </tr>
Aleksanteri Hämäläinen 28.1 109 </thead>
Aleksanteri Hämäläinen 24.1 110 <tbody>
111 <tr>
112 <td>
Aleksanteri Hämäläinen 22.1 113 OB08
114 </td>
115 <td>
Aleksanteri Hämäläinen 23.1 116 Lessen the worry of the caregiver for the PwD
Aleksanteri Hämäläinen 22.1 117 </td>
118 </tr>
119 <tr>
120 <td>
121 OB09
122 </td>
123 <td>
Aleksanteri Hämäläinen 23.1 124 Lessen the workload of the caregiver
Aleksanteri Hämäläinen 22.1 125 </td>
126 </tr>
127 <tr>
128 <td>
129 OB10
130 </td>
131 <td>
Aleksanteri Hämäläinen 23.1 132 Allow the caregiver to use more time for themselves
Aleksanteri Hämäläinen 22.1 133 </td>
134 </tr>
Aleksanteri Hämäläinen 24.1 135 </tbody>
136 </table>
137
138 {{/html}}
139
140 === HCP ===
141
142 {{html}}
143
144 <table>
145 <thead>
Aleksanteri Hämäläinen 23.1 146 <tr>
Aleksanteri Hämäläinen 28.1 147 <th>
148 ID
149 </th>
150 <th>
151 Objective
152 </th>
Aleksanteri Hämäläinen 24.1 153 </tr>
Aleksanteri Hämäläinen 28.1 154 </thead>
Aleksanteri Hämäläinen 24.1 155 <tbody>
156 <tr>
157 <td>
Aleksanteri Hämäläinen 23.1 158 OB11
159 </td>
160 <td>
161 Lessen the workload of the HCP
162 </td>
163 </tr>
Aleksanteri Hämäläinen 22.1 164 </tbody>
165 </table>
166
167 {{/html}}