-
Notifications
You must be signed in to change notification settings - Fork 1
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:
- The administrator sends a list of medical specialties.
- The system removes from the list all specialties that exist on the application.
- The system validates the input and creates a new medical specialty.
- The system returns a success code.
Alternative flow:
3a. The input is invalid, and the system displays an error message.