Open lulanovl opened 4 months ago
Description: Implement a function to add a new patient manager to the database.
Fields:
Acceptance Criteria:
Description: Implement a function to retrieve a patient manager’s details from the database.
Fields: All fields of the patient manager entity.
Acceptance Criteria:
Description: Implement a function to update an existing patient manager’s details.
Fields: All fields of the patient manager entity.
Acceptance Criteria:
Description: Implement a function to delete a patient manager from the database.
Acceptance Criteria:
Create Patient Manager
As a Branch Administrator, I want to add a new patient manager to the system so that they can help manage patient records and administrative tasks.
Read Patient Manager
As a Branch Administrator, I want to view the details of a patient manager so that I can monitor their performance and responsibilities.
Update Patient Manager
As a Branch Administrator, I want to update the information of a patient manager, such as their contact details or assigned duties, to ensure our records are accurate.
Delete Patient Manager
As a Branch Administrator, I want to remove a patient manager from the system if they are no longer employed with us to keep our records current.