UseCase_BrowseListOfPatientProblems - CMPUT301F18T10/MediTrack GitHub Wiki
Use Case Name: Browse List of Problems for an Assigned Patient
Use Case ID: 07.02
Participating Actors:Caregiver, MediTrack
Goal: The user can see all the problems added by the specified patient
Trigger: User chooses to view the list of problems for a patient
Precondition: The user is logged in as caregiver and arrived at the patients list screen. The user knows the username of the patient they wish to view problems for.
Postcondition: A scrollable list of the patient's problems are displayed
Basic Flow:
-
The user scrolls through the list and finds the desired patient
-
MediTrack displays all assigned patients
-
The user selects the desired patient by selecting the list element
-
MediTrack displays the problems list screen
-
If user chooses to view the records in the problem they can select the problem
5.1. MediTrack displays the record screen for that problem
Related Artifacts: US 07.01.02