Wiki source code of Objectives

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

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