Finds all patients that match the specified search criteria.
Overload | Description |
---|---|
FindPatient | Retrieves the first and last name for the patient having the specified PatientID. |
FindPatient(string,findpatientoptions,list<patientinfo>) | Finds all patients that match the specified search criteria. |
FindPatient(string,findpatientoptions,list<patientinfo>,int) | Finds all patients that match the specified search criteria. |