UCADevClub / HIS

0 stars 0 forks source link

B. As a healthcare provider, I want to access EHR functionalities through mobile devices to allow remote access to patient information so that I can provide timely and informed care, even when not physically present in the healthcare facility. #32

Open lulanovl opened 9 months ago

lulanovl commented 9 months ago

Frontend Acceptance Criteria:

  1. Searching the patient by his name, surname, patient Id.
  2. Opening a page with patient information.

Backend Acceptance Criteria:

  1. Searching the patient instance by his name, surname, patient Id.
  2. Getting the data about patient from DB and passing to endpoint(HTTP GET Method)