UCADevClub / HIS

0 stars 0 forks source link

B. As a system administrator, I want to maintain an audit log in the EHR system that tracks who accessed, modified, or added information to a patient's record for accountability and compliance purposes so that I can ensure data integrity, trace actions, and meet regulatory requirements. #31

Open lulanovl opened 6 months ago

lulanovl commented 6 months ago

Frontend Acceptance Criteria:

  1. Opening the log page, getting the data from backend.
  2. Table with following fields: Individual name, surname, datetime, patient name, surname, action(Action what is done to patient's record). Pagination, filters, search is included to the table.

Backend Acceptance Criteria:

  1. Getting the data from DB and passing to endpoint(HTTP GET Method)
  2. Filters, search, pagination are included