Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic flow

FlowSpecifications


IDAP-UC10UC407-BF
NameView the eHealthBox info on the home screen
Description/
Actor(s)One healthcare professional
Requirements/
TriggerA healthcare professional wants to see the info of his/her eHealthBox.
Precondition(s)
  • The user is logged in.
  • The user wants to see the info of his/her eHealthBox.
Flow
  1. See use case: login.
  2. Open the eHealthBox.
    The information about the eHealthBox is displayed here.
Postcondition(s)
  • The information is correctly displayed.
Test Data

GetBoxInfo

Endpoint(s)


Alternative flow 1

FlowSpecifications


IDAP-UC10UC407-AF01
NameView the eHealthBox info on a seperate screen
Description/
Actor(s)One healthcare professional
Requirements/
TriggerA healthcare professional wants to see the info of his/her eHealthBox.
Precondition(s)
  • The user is logged in.
  • The user wants to see the info of his/her eHealthBox.
Flow
  1. See use case: login.
  2. Open the information page.
    The information about the eHealthBox is now displayed.
Postcondition(s)
  • The information is correctly displayed.
Test Data

GetBoxInfo

Endpoint(s)


Exception flow 1

FlowSpecifications


IDAP-UC10UC407-EF01
NameAttempt to get information from a non-existing eHealthBox
Description/
Actor(s)One healthcare professional
Requirements/
TriggerA healthcare professional wants to see the info of his/her eHealthBox.
Precondition(s)
  • The user is logged in.
  • The user wants to see the info of his/her eHealthBox.
Flow
  1. See use case: login.
  2. Attempt to request information of a non-existing eHealthBox. This will cause an error message to be displayed saying "Invalid BoxId".
Postcondition(s)
  • The information is correctly displayed.
Test Data

GetBoxInfo

Endpoint(s)


...