Open nus-pe-bot opened 6 months ago
Thank you for bringing this up. Indeed, it would be an enhancement if we could show other information about the patient rather than just the NRIC. However, as it currently stands, the MediCLI app still functions as intended and hospital clerks can quickly find appointments with either the doctor's NRIC or the patient's NRIC.
Consider the scenario where a patient is checking with the hospital if an appointment has been made. The patient would call up the hospital clerk and the hospital clerk would ask the patient for their NRIC. A simple query command using the apptforpatient
folllowed by the NRIC would suffice. Of course, if the doctor wanted to see whether a patient has an appointment with him without knowing the patient NRIC, the hospital clerk would need to do a patient
query command first to get patient NRIC, followed by the apptforpatient
command.
Whilst we do believe that the enhancement would make the MediCLI app even more efficient, we find that this is not too big of an issue in this version of the app (it is something we can include in the next version) and thus believe this is a NotInScope issue.
--
Currently, only the NRIC of both patients and doctors are shown in the appointments. This might not be ideal as users would then be required to search for who the NRIC belongs to find the information about the patient or doctor.
Additionally, there is no way to search the contacts based on NRIC as only name searching is available and would be an inconvenience to the user.
Considering the scenario that the user would like to call the patient to remind them of their appointment, they would have to:
This would be very troublesome to the user, especially if there is a large number of patients which is highly possible for an application targeted at hospital management.
[original: nus-cs2103-AY2324S2/pe-interim#3130] [original labels: severity.Medium type.FeatureFlaw]