Wiki source code of Use Cases
Version 6.1 by Haoran Wang on 2022/02/13 13:47
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{html}} | ||
2 | <!-- Your HTML code here --> | ||
3 | <h2>UC001: Medication and Nutrition Reminders</h2> | ||
4 | <table width='100%'> | ||
5 | <tr> | ||
6 | <td width='30%' style="font-size:16px"> | ||
7 | <table border='1px' width='50%'> | ||
8 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
9 | <b>Objective</b> | ||
10 | </td><td width='70%'> | ||
11 | Ensure the health of the patient is maintained over time. | ||
12 | </td></tr> | ||
13 | <tr><td bgcolor='gainsboro'> | ||
14 | <b>TDP</b> | ||
15 | </td><td> | ||
16 | TDP: TITLE | ||
17 | </td></tr> | ||
18 | <tr><td bgcolor='gainsboro'> | ||
19 | <b>Actors</b> | ||
20 | </td><td> | ||
21 | Pepper Robot, Dementia Patient | ||
22 | </td></tr> | ||
23 | <tr><td bgcolor='gainsboro'> | ||
24 | <b>Pre-condition</b> | ||
25 | </td><td> | ||
26 | Robot is in proximity of user and user is ready and and able to communicate | ||
27 | </td></tr> | ||
28 | <tr><td bgcolor='gainsboro'> | ||
29 | <b>Post-condition</b> | ||
30 | </td><td> | ||
31 | Patient is reminded to take medication during the particular time of day or intake a meal | ||
32 | </td></tr> | ||
33 | <tr><td bgcolor='gainsboro'> | ||
34 | <b>Action sequence</b> | ||
35 | </td><td> | ||
36 | Figure<br><br> | ||
37 | UC steps:<br> | ||
38 | 1. ...<br> | ||
39 | 2. ...<br> | ||
40 | </td></tr> | ||
41 | </table> | ||
42 | </td> | ||
43 | <td width='50%' style="font-size:16px"> | ||
44 | <table border='1px' width='50%'> | ||
45 | <tr><td bgcolor='gainsboro'> | ||
46 | <b>UC step<b> | ||
47 | </td><td bgcolor='gainsboro'> | ||
48 | <b>Requirements</b> | ||
49 | </td><td bgcolor='gainsboro'> | ||
50 | <b>Claims</b> | ||
51 | </td><td bgcolor='gainsboro'> | ||
52 | <b>IDP</b> | ||
53 | </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> | ||
59 | </table> | ||
60 | |||
61 | |||
62 | </td></tr> | ||
63 | |||
64 | </table> | ||
65 | {{/html}} |