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