Skip to content

Uses Case 03: Get all available medical specialties

ruisantos78 edited this page Feb 22, 2023 · 2 revisions

Actors:

  • Administrator
  • Doctors
  • Patients

Preconditions:

  • The user must have access to the system.

Postconditions:

  • The user has successfully retrieved a list of all medical specialties available on the application.

Main Flow:

  1. The user requests a list of the medical specialties.
  2. The application returns a list describing all medical specialties in alphabetic order.

Alternative Flow:

2a. The medical specialties can not be found, and the system displays a message.