public ControllerReturnCode FindPatient(
string patientID,
out string firstName,
out string lastName
)
patientID
The ID of the patient to be looked up
firstName
An output parameter to be filled with the Patient's first name
lastName
An output parameter to be filled with the Patient's last name