-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jacob Radcliffe edited this page Jun 21, 2017
·
5 revisions
- As a nurse I want to be able to SELECT and view appointment details.
- As a nurse I want to be able to UPDATE appointment details.
- As a nurse I want to be able to SELECT a patient by last name and first name.
- As a nurse I want to be able to SELECT a patient by DOB.
- As a nurse I want to be able to SELECT a patient by combination of DOB and last name.
- As a nurse I want to be able to INSERT new patients into the system.
- As a nurse I want to be able to UPDATE patient information.
- As a nurse I want to be able to SELECT and view routine check results (if patient has already visited).
- As a nurse I want to be able to INSERT patient vital information and record it.
- As a nurse I want to be able to INSERT a doctor's initial diagnosis.
- As a nurse I want to be able to INSERT a doctor's final diagnosis based on the tests completed.
- As a nurse I want to be able to SELECT view any tests ordered (if patient has already visited).
- As a nurse I want to be able to INSERT orders for a test on a patient.
- As an administrator I want to be able to SELECT and view the most performed tests during a specified period of time that were performed at least twice.
- As a nurse/administrator I will be able to login and use the hospitals system with a username and password (not just username).
- As a nurse/administrator who is logged in, I should be able to navigate the site with it having recognition of who I am.