issues
search
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
11 months ago
lulanovl
commented
11 months ago
Frontend Acceptance Criteria:
Searching the patient by his name, surname, patient Id.
Opening a page with patient information.
Backend Acceptance Criteria:
Searching the patient instance by his name, surname, patient Id.
Getting the data about patient from DB and passing to endpoint(HTTP GET Method)
Frontend Acceptance Criteria:
Backend Acceptance Criteria: