Add functionality to search for a patient by date of birth, name (last name and first name), or combination of both
Note that the search should be done on the DB server side instead of the client side (e.g. don't load all the patients into memory, then filter the patient on the client side. DB server is very good at filtering data based on criteria.)
Add functionality to search for a patient by date of birth, name (last name and first name), or combination of both
Note that the search should be done on the DB server side instead of the client side (e.g. don't load all the patients into memory, then filter the patient on the client side. DB server is very good at filtering data based on criteria.)