Skip to content

Uses Case 01: Creating a new medical specialty

ruisantos78 edited this page Feb 22, 2023 · 1 revision

Actors:

  • Administrator

Preconditions:

  • The administrator must have access to the system.

Postconditions:

  • The new medical specialty is added to the list of available medical specialties.

Main flow:

  1. The administrator sends a list of medical specialties.
  2. The system removes from the list all specialties that exist on the application.
  3. The system validates the input and creates a new medical specialty.
  4. The system returns a success code.

Alternative flow:

3a. The input is invalid, and the system displays an error message.