SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Patient profile details (for every patient) #9

Closed QuangTran304 closed 2 years ago

QuangTran304 commented 2 years ago

Description: As a doctor, I want to see the list of details about a patient so that I can find out his/her status, temperature, weight, list of symptoms, etc.

Additional details:

Acceptance criteria: Given: The user is logged in as a doctor. When: The user is on the Patients Page and clicks on the name of a patient. Then: The user is redirected to the profile of that patient displaying a list of given details about the patient.

Sub-tasks:

liuwei-tianshu commented 2 years ago

What is the "the list of details about a patients"? Do you mean the history of updated information (e.g., temperature) for a SINGLE patient?

Or you mean "the list of details about all patients", in this way you can just get his/her CURRENT status, temperature ... or basic information like name, age, weight, birthday which usually do not change much.

QuangTran304 commented 2 years ago

What is the "the list of details about a patients"? Do you mean the history of updated information (e.g., temperature) for a SINGLE patient?

Or you mean "the list of details about all patients", in this way you can just get his/her CURRENT status, temperature ... or basic information like name, age, weight, birthday which usually do not change much.

I extracted this requirement from the 3rd paragraph of our project requirement document. In particular, the paragraph stated "The patient must update their status before a certain time of the day (e.g. 11:59PM). The list of details the patient is to provide (temperature, weight, list of symptoms etc.)".

From my point of view, this is like the list of (editable) inputs fields that each patient will have in their profile.