Finds all patients that match the specified search criteria.
public ControllerReturnCode FindPatient(
string patientID,
FindPatientOptions options,
List<PatientInfo> patients
)
patientID
The ID of the patient for which to search.
options
Options for the search.
patients
List of PatientInfo objects to be updated with the results of the search.
A ControllerReturnCode value indicating the results of the search.
Pass 'null' for patientID to get all patients.