function patientsearchAction()
 {
     $nmclient = $this->_request->getParam('term');
     echo "" . GslabUtils::autoCompletePatientSearch($nmclient);
 }