Changes for page Functions
Last modified by Mathieu Jung-Muller on 2022/04/04 22:50
From version
15.1


edited by Sneha Lodha
on 2022/04/04 20:42
on 2022/04/04 20:42
Change comment:
There is no comment for this version
To version
18.1


edited by Sneha Lodha
on 2022/04/04 21:47
on 2022/04/04 21:47
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,57 +1,115 @@ 1 1 = Requirements = 2 -Below we define the requirements for certain action steps in detail. Along with this for each requirement you can see 2 +Below we define the requirements for certain action steps in detail. Along with this for each requirement you can see the feature descriptions in detail. These requirements are utilized in use cases, hence each one can be seen in context under that section. 3 3 4 -RQ001: Pepper has specific information about the PwD. 5 -RQ002: Pepper knows the date and time. 6 -RQ003: Pepper understands the response from PwD. 7 -RQ004: Pepper has access to the calendar of PwD and knows the date and time. 8 -RQ005: Pepper understands if the PwD is awake. 9 -RQ006: Pepper knows the activity breakdown of the requested activity. 10 -RQ007: Pepper knows the appropriate medication for the time of the day. 11 -RQ008: Pepper has access to the PwD's calendar. 4 +{{html}} 5 +<table> 6 + <tr> 7 + <td>No.</td> 8 + <td>REQUIREMENTS</td> 9 + </tr> 10 + <tr> 11 + <td>RQ001</td> 12 + <td><b>Pepper knows the stage of dementia of PwD in order to ask questions in appropriate format.</b></td> 13 + </tr> 14 + <tr> 15 + <td></td> 16 + <td>This requirement comes directly from HCP, or is either pre-programmed into Pepper before hand. It ensures that Pepper asks questions in such a way that depending on the stage of dementia of the PwD, they are able to understand it. In order to fulfill this requirement Pepper needs a functioning speaker that can output speech.</td> 17 + </tr> 18 + <tr> 19 + <td>RQ002</td> 20 + <td><b>Pepper knows the date and time.</b></td> 21 + </tr> 22 + <tr> 23 + <td></td> 24 + <td>This requirement deals with knowing the appropriate time of the day. It comes in handy when dealing with reminder tasks, and is utilized to know when certain reminders should be activated during the day.</td> 25 + </tr> 26 + <tr> 27 + <td>RQ003</td> 28 + <td><b>Pepper understands the response from PwD.</b></td> 29 + </tr> 30 + <tr> 31 + <td></td> 32 + <td>After having asked something, it is crucial that Pepper is able to understand what the PwD just said. Moving on to the next action step would require Pepper to do this, otherwise it would be stuck in a loop of "I did not understand." </td> 33 + </tr> 34 + <tr> 35 + <td>RQ005</td> 36 + <td><b>Pepper understands if the PwD is awake.</b></td> 37 + </tr> 38 + <tr> 39 + <td></td> 40 + <td>This is a specific requirement that occurs during the wake up routine use case. Here understanding whether the PwD is awake is important for the alarm/musical setting. If the PwD is not awake, the volume of the music is increased to ensure they are awake.</td> 41 + </tr> 42 + <tr> 43 + <td>RQ006</td> 44 + <td><b>Pepper knows the activity breakdown of the requested activity.</b></td> 45 + </tr> 46 + <tr> 47 + <td></td> 48 + <td>This is a crucial requirement before performing the activity breakdown use case. If the activity breakdown is not given, the functionality can not be used. Here an HPC, or a caregiver inputs the breakdown steps of the activity beforehand to ensure it can be executed at a late time. </td> 49 + </tr> 50 + <tr> 51 + <td>RQ007</td> 52 + <td><b>Pepper knows the appropriate medication for the time of the day.</b></td> 53 + </tr> 54 + <tr> 55 + <td></td> 56 + <td>When reminding the PwD about their medication, it is also important for Pepper to know (pre-programmed or entered by HCP) which medication is correct for that time of day.</td> 57 + </tr> 58 + <tr> 59 + <td>RQ008</td> 60 + <td><b>Pepper has access to the PwD's calendar.</b></td> 61 + </tr> 62 + <tr> 63 + <td></td> 64 + <td>This requirement deals with reminding the PwD about an upcoming calendar event. Pepper should have access to such a calendar, or the HCP can also enter this prior to the event reminders.</td> 65 + </tr> 12 12 13 -= 1. Key features = 67 +</table> 68 +{{/html}} 14 14 15 -== 1.1. Feature: Medication reminder == 16 16 17 -=== 1.1.1 Initial Situation === 71 +=Key Use Case Functionality= 72 + 73 +==Medication reminder== 74 + 75 +===Initial Situation=== 18 18 At a preset time each day, Pepper plays preselected music and engages with the PwD, and asks him/her to take their medicine. Pepper will continue to ask the PwD to take their medication until he/she does. 19 19 20 -=== 1.1.2Patients response78 +===Patients response=== 21 21 Two cases are possible. First, the patient has either already taken their medicine and would tell Pepper so. Otherwise, the patient will be reminded to take their medicine until the PwD does so. Playing music before reminding the PwD about their medication will help the patients to build up a routine and makes the experience more enjoyable. 22 22 23 -== 1.2. Feature:Meal reminder81 +==Meal reminder== 24 24 25 -=== 1.2.1Initial Situation83 +===Initial Situation=== 26 26 At a preset time each day, Pepper plays preselected music and engages with the PwD, and asks him/her to eat. Pepper will continue to ask the PwD to eat until he/she does. 27 27 28 -=== 1.2.2Patients response86 +===Patients response=== 29 29 Two cases are possible. First, the patient has either already eaten and would tell Pepper so. Otherwise, the patient will be reminded to eat until the PwD does so. Playing music before reminding the PwD about their meal will help the patients to build up a routine and makes the experience more enjoyable. 30 30 31 31 32 -== 1.3. Feature:Calendar Event reminder90 +==Calendar Event reminder== 33 33 34 -=== 1.3.1Initial Situation92 +===Initial Situation=== 35 35 Sometime before an upcoming event in which the PwD is invited, Pepper will play some music and remind the PwD to prepare for it. Pepper will then ask the PwD how they feel about the event and wish them to enjoy it. 36 36 37 -=== 1.3.2Patients response95 +===Patients response=== 38 38 As the patient is reminded about their event it will prevent the PwD to forget about it and miss it. Moreover, talking to Pepper about the upcoming event could both calm them and make them apprehend the event more peacefully. 39 39 40 -== 1.4. Feature:Wake up Routine98 +==Wake up Routine== 41 41 42 -=== 1.4.1Initial Situation100 +===Initial Situation=== 43 43 At a preset time each day, Pepper plays preselected music and increases the volume slowly to wake up the patient as smoothly as possible and engages with the PwD and asks him/her to eat. Pepper will continue to ask the PwD to eat until he/she does. 44 44 45 -=== 1.4.2Patients response103 +===Patients response=== 46 46 The patient will wake up peacefully and will be supported in his/her first daily activities. The two mains advantages to these features are: 47 47 * Slowly waking up the PwD will calm the patient and will make him/her feel supported by its environment. 48 48 * Helping the PwD in setting up a routine will increase his/her quality of life and reduce the workload of the caretakers 49 49 50 -== 1.5. Feature:Activity Breakdown ==108 +==Activity Breakdown == 51 51 52 -=== 1.5.1Initial Situation110 +===Initial Situation=== 53 53 When there's a preset activity comes, Pepper would play some music first to get attention, and then ask the patient whether they want to do the activity or not. If the patient says no, Pepper would stop the activity. If the patient says yes, Pepper would start the activity with small steps. 54 54 55 -=== 1.2.2Patients response113 +===Patients response=== 56 56 The patient would start to follow the steps. After every step, Pepper would ask the patient if he/she catches up. If yes, Pepper will move to the next step. If not, the patient can choose to redo the last step or stop the activity. 57 57