UCADevClub / HIS

0 stars 0 forks source link

Patient Manager (CRUD) UI/UX #62

Open lulanovl opened 5 days ago

lulanovl commented 5 days ago

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.

lulanovl commented 5 days ago

Patient Managers (CRUD)

Create Patient Manager

Description: Implement a function to add a new patient manager to the database.

Fields:

Acceptance Criteria:

Read Patient Manager

Description: Implement a function to retrieve a patient manager’s details from the database.

Fields: All fields of the patient manager entity.

Acceptance Criteria:

Update Patient Manager

Description: Implement a function to update an existing patient manager’s details.

Fields: All fields of the patient manager entity.

Acceptance Criteria:

Delete Patient Manager

Description: Implement a function to delete a patient manager from the database.

Acceptance Criteria: