UseCase_AddCareGiverComment - CMPUT301F18T10/MediTrack GitHub Wiki
Use Case Name: Add a Caregiver Comment (record) to a Patient's Problem
Use Case ID: 07.03
Participating Actors: Caregiver, MediTrack
Goal: To add a new caregiver comment to the list of records for the problem
Trigger: User chooses to add a new caregiver comment
Precondition: The user is logged in as caregiver and arrived at the record screen for the right problem for the right patient
Postcondition: The patient is now added to the list of assigned patients for the caregiver.
Basic Flow:
- User selects the "+" floating button
- MediTrack prompts the user to enter the comment
- User enters the comment and selects add
- MediTrack adds the new caregiver and informs the user of success
Includes: UC 07.02
Related Artifacts: US 07.01.03