Wiki source code of Objectives

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

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