tyx021 / pe

0 stars 0 forks source link

Duplicates allowed but no easy way to differentiate #8

Open tyx021 opened 1 year ago

tyx021 commented 1 year ago

If I have more than 1 patients with the same name , there is no easy way for me to differentiate them, other than noting down which index belongs to which user

Suggestion: Should ask user to specify some unique identifier (e.g. NRIC)

image.png

soc-pe-bot commented 1 year ago

Team's Response

In our UG: https://ay2223s2-cs2103-f11-3.github.io/tp/UserGuide.html#patient---patient-functionalities

A patient is uniquely identified by a generated PATIENT_ID. Duplicate patients are allowed in the system as there might be patients with the exact same attributes that want to be vaccinated.

There is a unique ID system in VMS to ensure that every patient has a ID given to them. Using this ID, the user can differentiate between the patients. We decided against NRIC due to potential PDPA issues.

This is a suggestion, not a bug.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]