Changes for page Use Cases

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

From version Icon 21.1 Icon
edited by Pierre Bongrand
on 2022/02/22 20:41
Change comment: There is no comment for this version
To version Icon 22.1 Icon
edited by Pierre Bongrand
on 2022/02/22 21:06
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: Medication Reminders</h2>
3 +<h2>UC01: Medication Reminders</h2>
4 4  <table width='100%'>
5 5  <tr>
6 6  <td width='30%' style="font-size:16px">
... ... @@ -76,7 +76,7 @@
76 76  </td></tr>
77 77  
78 78  </table>
79 -<h2>UC002: Meal Reminders</h2>
79 +<h2>UC02: Meal Reminders</h2>
80 80  <table width='100%'>
81 81  <tr>
82 82  <td width='30%' style="font-size:16px">
... ... @@ -151,5 +151,78 @@
151 151  </td></tr>
152 152  
153 153  </table>
154 +
155 +</table>
156 +<h2>UC03: Calender Event Reminders</h2>
157 +<table width='100%'>
158 +<tr>
159 +<td width='30%' style="font-size:16px">
160 +<table border='1px' width='50%'>
161 +<tr border='1px' width='30%'><td bgcolor='gainsboro'>
162 + <b>Objective</b>
163 +</td><td width='70%'>
164 + Improve the quality of life of the patient with dementia
165 +</td></tr>
166 +<tr><td bgcolor='gainsboro'>
167 + <b>TDP</b>
168 +</td><td>
169 + TDP: TITLE (TBD)
170 +</td></tr>
171 +<tr><td bgcolor='gainsboro'>
172 + <b>Actors</b>
173 +</td><td>
174 + Pepper robot, Patient with Dementia (PwD)
175 +</td></tr>
176 +<tr><td bgcolor='gainsboro'>
177 + <b>Pre-condition</b>
178 + </td><td> <ul>
179 + <li>It is time for the patient to prepare for an upcoming event</li>
180 + <li>Robot is in proximity of PwD</li>
181 + </ul>
182 +</td></tr>
183 +<tr><td bgcolor='gainsboro'>
184 + <b>Post-condition</b>
185 +</td><td>
186 + Patient has been successfully reminded of the upcoming event
187 +</td></tr>
188 +<tr><td bgcolor='gainsboro'>
189 + <b>Action sequence</b>
190 +</td><td>
191 + Figure<br><br>
192 + UC steps:<br>
193 + <strong>1.</strong> Play gentle music to gain the attention of PwD<br>
194 + <strong>2.</strong> Wait for music to finish<br>
195 + <strong>3.</strong> Remind PwD about the upcoming event in calendar <br>
196 +<strong>4.</strong> Ask how PwD feels about the upcoming event<br>
197 +<strong>5.</strong> Wait 1 minute<br>
198 +<strong><i>UNTIL</i></strong> any response from PwD, repeat Step 4 and 5<br>
199 +<strong>6.</strong> Wish good luck for the upcoming event
200 +</td></tr>
201 +</table>
202 +</td>
203 +<td width='50%' style="font-size:16px">
204 +<table border='1px' width='50%'>
205 +<tr><td bgcolor='gainsboro'>
206 + <b>UC step<b>
207 +</td><td bgcolor='gainsboro'>
208 + <b>Requirements</b>
209 +</td><td bgcolor='gainsboro'>
210 +<b>Claims</b>
211 +</td><td bgcolor='gainsboro'>
212 +<b>IDP</b>
213 +</td></tr>
214 +<tr><td>1</td><td>None</td><td>CL001: Title</td><td>IDP: Title</td></tr>
215 +<tr><td>2</td><td>None</td><td>-</td><td>-</td></tr>
216 +<tr><td>3</td><td>Have access to the calendar of PwD and know the time of the day</td><td>-</td><td>-</td></tr>
217 +<tr><td>4</td><td>None</td><td>-</td><td>-</td></tr>
218 +<tr><td>5</td><td>None</td><td>-</td><td>-</td></tr>
219 +<tr><td>6</td><td>Understand the valence of response from PwD</td><td>-</td><td>-</td></tr>
220 +
221 +</table>
222 +
223 +
224 +</td></tr>
225 +
226 +</table>
154 154  {{/html}}
155 155