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:

  1. The user scrolls through the list and finds the desired patient

  2. MediTrack displays all assigned patients

  3. The user selects the desired patient by selecting the list element

  4. MediTrack displays the problems list screen

  5. 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

Includes:
UC 01.01
UC 06.01

Related Artifacts: US 07.01.02