Changes for page Use Cases

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

From version Icon 3.1 Icon
edited by Haoran Wang
on 2022/02/13 13:36
Change comment: There is no comment for this version
To version Icon 6.1 Icon
edited by Haoran Wang
on 2022/02/13 13:47
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  {{html}}
2 2  <!-- Your HTML code here -->
3 -<h2>UC001: TITLE</h2>
3 +<h2>UC001: Medication and Nutrition Reminders</h2>
4 4  <table width='100%'>
5 5  <tr>
6 6  <td width='30%' style="font-size:16px">
... ... @@ -8,7 +8,7 @@
8 8  <tr border='1px' width='30%'><td bgcolor='gainsboro'>
9 9   <b>Objective</b>
10 10  </td><td width='70%'>
11 - OB01: TITLE
11 + Ensure the health of the patient is maintained over time.
12 12  </td></tr>
13 13  <tr><td bgcolor='gainsboro'>
14 14   <b>TDP</b>
... ... @@ -18,14 +18,17 @@
18 18  <tr><td bgcolor='gainsboro'>
19 19   <b>Actors</b>
20 20  </td><td>
21 + Pepper Robot, Dementia Patient
21 21  </td></tr>
22 22  <tr><td bgcolor='gainsboro'>
23 23   <b>Pre-condition</b>
24 24  </td><td>
26 + Robot is in proximity of user and user is ready and and able to communicate
25 25  </td></tr>
26 26  <tr><td bgcolor='gainsboro'>
27 27   <b>Post-condition</b>
28 28  </td><td>
31 + Patient is reminded to take medication during the particular time of day or intake a meal
29 29  </td></tr>
30 30  <tr><td bgcolor='gainsboro'>
31 31   <b>Action sequence</b>
... ... @@ -48,11 +48,11 @@
48 48  </td><td bgcolor='gainsboro'>
49 49  <b>IDP</b>
50 50  </td></tr>
51 -<tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr>
52 -<tr><td>2</td><td>-</td><td>-</td><td>-</td></tr>
53 -<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
54 -<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
55 -<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
54 +<tr><td>1</td><td>Move to the viewing area of patient</td><td>CL001: Title</td><td>IDP: Title</td></tr>
55 +<tr><td>2</td>Gently greet patient to make them aware of the robots presence<td>-</td><td>-</td><td>-</td></tr>
56 +<tr><td>3</td>Depending on the hour/calender remind patient of medicine or food intake<td>-</td><td>-</td><td>-</td></tr>
57 +<tr><td>4</td>Ask patient is anything was unclear or if the robot needs to repeat anything<td>-</td><td>-</td><td>-</td></tr>
58 +<tr><td>5</td>Ask if there is anything else the robot can help with, if so move to another use case<td>-</td><td>-</td><td>-</td></tr>
56 56  </table>
57 57  
58 58