AY2425S1-CS2113-T11-1 / tp

2 stars 5 forks source link

Creation of find patient command #62

Closed NCF3535 closed 2 days ago

NCF3535 commented 4 days ago

Implement the FindPatientCommand to allow users to search for patients by their name or attributes in the patient database. The command should accept a string input and return a list of patients whose details match the search criteria. This feature will enhance the usability of the application by enabling quick access to patient records.