This commit is contained in:
Olusesan Ameye
2021-02-20 11:36:45 -05:00
parent 924287cb98
commit 1eae616644
9 changed files with 125 additions and 112 deletions
@@ -45,6 +45,10 @@ class Patient extends Provider_Controller {
$this->renderProviderSecurePage('patient/newpatient', $data);
}
public function selectPatient(){
}
public function findpatient(){
$out = array();
$out = $this->getPatientList();