Wiki source code of Use Cases

Version 11.1 by Pierre Bongrand on 2022/02/22 19:32

Show last authors
1 {{html}}
2 <!-- Your HTML code here -->
3 <h2>UC001: Medication 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 Increase the life span of patient with Dementia
12 </td></tr>
13 <tr><td bgcolor='gainsboro'>
14 <b>TDP</b>
15 </td><td>
16 TDP: TITLE (TBD)
17 </td></tr>
18 <tr><td bgcolor='gainsboro'>
19 <b>Actors</b>
20 </td><td>
21 Pepper robot, Patient with Dementia (PwD)
22 </td></tr>
23 <tr><td bgcolor='gainsboro'>
24 <b>Pre-condition</b>
25 </td><td> <ul>
26 <li>It is time for the patient to take his/her medication</li>
27 <li>Robot is in proximity of PwD</li>
28 </ul>
29 </td></tr>
30 <tr><td bgcolor='gainsboro'>
31 <b>Post-condition</b>
32 </td><td>
33 Patient is reminded to take medication during the particular time of day or intake a meal
34 </td></tr>
35 <tr><td bgcolor='gainsboro'>
36 <b>Action sequence</b>
37 </td><td>
38 Figure<br><br>
39 UC steps:<br>
40 1. Play gentle music to gain the attention of PwD<br>
41 2. Wait for music to finish<br>
42 3. Understand if PwD already took their medications <br>
43 <strong>IF</strong> the PwD did not take their medication:<br>
44
45 <span style="padding-left: 40px; display:block">
46 4. Remind them to take their medication and ask for confirmation of taking the medicine <br>
47 <strong>UNTIL</strong> positive response of PwD, repeat Step 4<br>
48
49 </span>
50
51
52
53
54 6. Congratulate the PwD!
55 </td></tr>
56 </table>
57 </td>
58 <td width='50%' style="font-size:16px">
59 <table border='1px' width='50%'>
60 <tr><td bgcolor='gainsboro'>
61 <b>UC step<b>
62 </td><td bgcolor='gainsboro'>
63 <b>Requirements</b>
64 </td><td bgcolor='gainsboro'>
65 <b>Claims</b>
66 </td><td bgcolor='gainsboro'>
67 <b>IDP</b>
68 </td></tr>
69 <tr><td>1</td><td>Play gentle music to gain the attention of PwD</td><td>CL001: Title</td><td>IDP: Title</td></tr>
70 <tr><td>2</td><td>Wait for music to finish</td><td>-</td><td>-</td></tr>
71 <tr><td>3</td><td>Depending on the hour/calender remind patient of medicine or food intake</td><td>-</td><td>-</td></tr>
72 <tr><td>4</td><td>Ask patient is anything was unclear or if the robot needs to repeat anything</td><td>-</td><td>-</td></tr>
73 <tr><td>5</td><td>Ask if there is anything else the robot can help with, if so move to another use case</td><td>-</td><td>-</td></tr>
74 </table>
75
76
77 </td></tr>
78
79 </table>
80 {{/html}}