ssrrtteeee / Healthcare-System

0 stars 0 forks source link

Search for patient #8

Closed JacobWilson00358UWG closed 3 weeks ago

JacobWilson00358UWG commented 3 weeks ago

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.)

JacobWilson00358UWG commented 3 weeks ago

Should probably also display this patient's appointments