Wiki source code of Objectives

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

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>
17 <thead>
18 <tr>
19 <td>
20 <strong>ID</strong>
21 </td>
22 <td>
Aleksanteri Hämäläinen 24.1 23 <strong>Objective</strong>
Aleksanteri Hämäläinen 22.1 24 </td>
25 </tr>
26 <thead>
27 <tbody>
28 <tr>
29 <td>
30 OB01
31 </td>
32 <td>
33 Improve the wellbeing of the PwD
34 </td>
35 </tr>
36 <tr>
37 <td>
38 OB02
39 </td>
40 <td>
41 Provide the PwD company during the day
42 </td>
43 </tr>
44 <tr>
45 <td>
46 OB03
47 </td>
48 <td>
49 Increase the self sufficiency of the PwD
50 </td>
51 </tr>
52 <tr>
53 <td>
54 OB04
55 </td>
56 <td>
57 Remind the PwD of things without annoying them
58 </td>
59 </tr>
60 <tr>
61 <td>
62 OB05
63 </td>
64 <td>
Aleksanteri Hämäläinen 23.1 65 The PwD self-reflects on their condition, without being embarassed about it
Aleksanteri Hämäläinen 22.1 66 </td>
67 </tr>
68 <tr>
69 <td>
70 OB06
71 </td>
72 <td>
Aleksanteri Hämäläinen 23.1 73 The PwD remembers to eat and is thus in better condition after being left alone
Aleksanteri Hämäläinen 22.1 74 </td>
75 </tr>
76 <tr>
77 <td>
78 OB07
79 </td>
80 <td>
Aleksanteri Hämäläinen 23.1 81 The PwD remains hydrated
Aleksanteri Hämäläinen 22.1 82 </td>
83 </tr>
Aleksanteri Hämäläinen 24.1 84 </tbody>
85 </table>
86
87 {{/html}}
88
89 === Caregiver ===
90
91 {{html}}
92
93 <table>
94 <thead>
Aleksanteri Hämäläinen 22.1 95 <tr>
96 <td>
Aleksanteri Hämäläinen 24.1 97 <strong>ID</strong>
98 </td>
99 <td>
100 <strong>Objective</strong>
101 </td>
102 </tr>
103 <thead>
104 <tbody>
105 <tr>
106 <td>
Aleksanteri Hämäläinen 22.1 107 OB08
108 </td>
109 <td>
Aleksanteri Hämäläinen 23.1 110 Lessen the worry of the caregiver for the PwD
Aleksanteri Hämäläinen 22.1 111 </td>
112 </tr>
113 <tr>
114 <td>
115 OB09
116 </td>
117 <td>
Aleksanteri Hämäläinen 23.1 118 Lessen the workload of the caregiver
Aleksanteri Hämäläinen 22.1 119 </td>
120 </tr>
121 <tr>
122 <td>
123 OB10
124 </td>
125 <td>
Aleksanteri Hämäläinen 23.1 126 Allow the caregiver to use more time for themselves
Aleksanteri Hämäläinen 22.1 127 </td>
128 </tr>
Aleksanteri Hämäläinen 24.1 129 </tbody>
130 </table>
131
132 {{/html}}
133
134 === HCP ===
135
136 {{html}}
137
138 <table>
139 <thead>
Aleksanteri Hämäläinen 23.1 140 <tr>
141 <td>
Aleksanteri Hämäläinen 24.1 142 <strong>ID</strong>
143 </td>
144 <td>
145 <strong>Objective</strong>
146 </td>
147 </tr>
148 <thead>
149 <tbody>
150 <tr>
151 <td>
Aleksanteri Hämäläinen 23.1 152 OB11
153 </td>
154 <td>
155 Lessen the workload of the HCP
156 </td>
157 </tr>
Aleksanteri Hämäläinen 22.1 158 </tbody>
159 </table>
160
161 {{/html}}