Changes for page Use Cases

Last modified by Sneha Lodha on 2022/04/02 20:07

From version Icon 84.1 Icon
edited by Sneha Lodha
on 2022/04/02 19:50
Change comment: There is no comment for this version
To version Icon 58.1 Icon
edited by Sneha Lodha
on 2022/03/31 20:29
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,11 +8,89 @@
1 -==UC01: Medication Reminder==
2 -
3 -[[image:UC_medication1.png]][[image:UC_medication2.png]]
4 -(% style="text-align:center" %)
5 -[[image:UC_medication.png]]
6 -
7 -
8 8  {{html}}
2 +<!-- Your HTML code here -->
3 +<h2>UC01: Medication Reminders</h2>
4 +<table width="100%">
5 +<tbody>
6 +<tr>
7 +<td style="font-size: 16px;" width="30%">
8 +<table border="1px" width="50%">
9 +<tbody>
10 +<tr>
11 +<td bgcolor="gainsboro"><strong>Objective</strong></td>
12 +<td width="70%">Increase the life span of patient with Dementia</td>
13 +</tr>
14 +<tr>
15 +<td bgcolor="gainsboro"><strong>TDP</strong></td>
16 +<td>TDP: Medication Reminder</td>
17 +</tr>
18 +<tr>
19 +<td bgcolor="gainsboro"><strong>Actors</strong></td>
20 +<td>Pepper robot, Patient with Dementia (PwD)</td>
21 +</tr>
22 +<tr>
23 +<td bgcolor="gainsboro"><strong>Pre-condition</strong></td>
24 +<td>
25 +<ul>
26 +<li>It is time for the patient to take their medication</li>
27 +<li>Robot is in proximity of PwD</li>
28 +</ul>
29 +</td>
30 +</tr>
31 +<tr>
32 +<td bgcolor="gainsboro"><strong>Post-condition</strong></td>
33 +<td>Patient has successfully taken their medication for the appropriate time of the day</td>
34 +</tr>
35 +<tr>
36 +<td bgcolor="gainsboro"><strong>Action sequence</strong></td>
37 +<td>UC steps:<br /> <strong>1.</strong> Play gentle music to gain the attention of PwD<br /> 2.</strong> Understand if PwD already took their medications <br /> <strong><em>IF</em></strong> the PwD did not take their medication:<br /> <span style="padding-left: 40px; display: block;"> <strong>3.</strong> Remind them to take their medication of the current time of the day<br /> <strong>4.</strong> Ask for confirmation of taking the medication <br /> <strong><em>UNTIL</em></strong> positive response of PwD, repeat Step 3 and 4<br /> </span> <strong>5.</strong> Congratulate the PwD</td>
38 +</tr>
39 +</tbody>
40 +</table>
41 +</td>
42 +<td style="font-size: 16px;" width="50%">
43 +<table border="1px" width="50%">
44 +<tbody>
45 +<tr>
46 +<td bgcolor="gainsboro"><strong>UC step </strong></td>
47 +<td bgcolor="gainsboro"><strong>Requirements</strong></td>
48 +<td bgcolor="gainsboro"><strong>Claims</strong></td>
49 +<td bgcolor="gainsboro"><strong>IDP</strong></td>
50 +</tr>
51 +<tr>
52 +<td>1</td>
53 +<td>RQ002: Pepper knows the date and time.</td>
54 +<td>CL01: The PwD becomes aware of Pepper presence, <br /> CL12: The PwD uses the music to create associations to certain tasks</td>
55 +<td>IDP01</td>
56 +</tr>
57 +<tr>
58 +<td>2</td>
59 +<td>RQ001: Pepper knows the stage of dementia of PwD in order to ask question in appropriate format<br /> RQ003: Pepper understands the response from PwD</td>
60 +<td>CL02: The PwD feels understood</td>
61 +<td>IDP02</td>
62 +</tr>
63 +<tr>
64 +<td>3</td>
65 +<td>RQ002: Pepper knows the date and time <br /> RQ007: Pepper knows the appropriate medication for the time of the day</td>
66 +<td>CL05: The PwD takes their medicine</td>
67 +<td>IDP03</td>
68 +</tr>
69 +<tr>
70 +<td>4</td>
71 +<td>RQ003: Pepper understands the response from PwD</td>
72 +<td>CL02: The PwD feels understood</td>
73 +<td>IDP04</td>
74 +</tr>
75 +<tr>
76 +<td>5</td>
77 +<td>-</td>
78 +<td>CL08: The PwD feels accomplished</td>
79 +<td>IDP05</td>
80 +</tr>
81 +</tbody>
82 +</table>
83 +</td>
84 +</tr>
85 +</tbody>
86 +</table>
9 9  <h2>UC02: Meal Reminders</h2>
10 10  <table width="100%">
11 11  <tbody>
... ... @@ -90,15 +90,6 @@
90 90  </tr>
91 91  </tbody>
92 92  </table>
93 -
94 -{{/html}}
95 -
96 -(% style="text-align:center" %)
97 -[[image:UC_meal.png]]
98 -
99 -
100 -{{html}}
101 -
102 102  <h2>UC03: Calender Event Reminders</h2>
103 103  <table width="100%">
104 104  <tbody>
... ... @@ -211,7 +211,7 @@
211 211  </tr>
212 212  <tr>
213 213  <td bgcolor="gainsboro"><strong>Action sequence</strong></td>
214 -<td>UC steps:<br /> <strong>1.</strong> Play very gentle and peaceful music to slowly wake up the PwD<br /> <strong>2.</strong> Increase the volume of the music by 5%<br /> <strong>3.</strong> Understand if PwD is awake<br /> <strong><em>UNTIL</em></strong> PwD is awake, repeat step 2 and 3.<br /> <strong>4.</strong> Gradually decrease the volume until music stops (within a minute)<br /> <strong>5.</strong> Ask about how PwD slept<br /><strong><em>UNTIL</em></strong> any response from PwD, repeat Step 5 <br /> <strong>6.</strong> Reply appropriately to PwD<br /><strong>7.</strong> Ask about PwD dreams<br /><strong><em>UNTIL</em></strong> any response from PwD, repeat Step 7<br /> <strong>8.</strong> Reply appropriately to PwD<br /> <strong>9.</strong> Wish PwD to have a good day ahead</td>
283 +<td>UC steps:<br /> <strong>1.</strong> Play very gentle and peaceful music to slowly wake up the PwD<br /> <strong>2.</strong> Increase the volume of the music by 5%<br /> <strong>3.</strong> Understand if PwD is awake<br /> <strong><em>UNTIL</em></strong> PwD is awake, repeat step 2 and 3.<br /> <strong>4.</strong> Gradually decrease the volume until music stops (within a minute)<br /> <strong>5.</strong> Ask about how PwD slept<br /> <strong>6.</strong> Wait 1 minute<br /> <strong><em>UNTIL</em></strong> any response from PwD, repeat Step 5 and 6<br /> <strong>7.</strong> Reply appropriately to PwD<br /> <strong>8.</strong> Wait 20 seconds<br /> <strong>9.</strong> Ask about PwD dreams<br /> <strong>10.</strong> Wait 1 minute<br /> <strong><em>UNTIL</em></strong> any response from PwD, repeat Step 9 and 10<br /> <strong>11.</strong> Reply appropriately to PwD<br /> <strong>12.</strong> Wish PwD to have a good day ahead</td>
215 215  </tr>
216 216  </tbody>
217 217  </table>
... ... @@ -257,24 +257,42 @@
257 257  </tr>
258 258  <tr>
259 259  <td>6</td>
329 +<td>-</td>
330 +<td>-</td>
331 +<td>-</td>
332 +</tr>
333 +<tr>
334 +<td>7</td>
260 260  <td>RQ003: Pepper understands the response from PwD</td>
261 261  <td>CL02: The PwD feels understood,<br /> CL08: The PwD feels accomplished</td>
262 262  <td>-</td>
263 263  </tr>
264 264  <tr>
265 -<td>7</td>
340 +<td>8</td>
266 266  <td>-</td>
267 267  <td>-</td>
268 268  <td>-</td>
269 269  </tr>
270 270  <tr>
271 -<td>8</td>
346 +<td>9</td>
347 +<td>-</td>
348 +<td>-</td>
349 +<td>-</td>
350 +</tr>
351 +<tr>
352 +<td>10</td>
353 +<td>-</td>
354 +<td>-</td>
355 +<td>-</td>
356 +</tr>
357 +<tr>
358 +<td>11</td>
272 272  <td>RQ003: Pepper understands the response from PwD</td>
273 273  <td>CL02: The PwD feels understood,<br /> CL08: The PwD feels accomplished</td>
274 274  <td>-</td>
275 275  </tr>
276 276  <tr>
277 -<td>9</td>
364 +<td>12</td>
278 278  <td>-</td>
279 279  <td>CL07: The PwD feels less alone,<br /> CL11: The PwD feels content</td>
280 280  <td>IDP05</td>
... ... @@ -390,5 +390,5 @@
390 390  </tr>
391 391  </tbody>
392 392  </table>
393 -{{/html}}
480 +<p>&nbsp;</p>{{/html}}
394 394  
Icon UC_activity.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -23.0 KB
Content Icon
Icon UC_activity1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -142.6 KB
Content Icon
Icon UC_activity2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -108.4 KB
Content Icon
Icon UC_calendar.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -15.1 KB
Content Icon
Icon UC_calendar1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -90.7 KB
Content Icon
Icon UC_calendar2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -67.7 KB
Content Icon
Icon UC_meal.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -19.5 KB
Content Icon
Icon UC_meal1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -91.5 KB
Content Icon
Icon UC_meal2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -90.2 KB
Content Icon
Icon UC_medication.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -20.5 KB
Content Icon
Icon UC_medication1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -101.2 KB
Content Icon
Icon UC_medication2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -101.6 KB
Content Icon
Icon UC_wakeup.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -27.9 KB
Content Icon
Icon UC_wakeup1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -133.2 KB
Content Icon
Icon UC_wakeup2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.snehalodha
Size
... ... @@ -1,1 +1,0 @@
1 -97.6 KB
Content Icon