Backend Service
This commit is contained in:
@@ -45,6 +45,16 @@ class Patient extends Provider_Controller {
|
||||
$this->renderProviderSecurePage('patient/newpatient', $data);
|
||||
}
|
||||
|
||||
public function findpatient(){
|
||||
$out = array();
|
||||
$out = $this->getPatientList();
|
||||
$data["patient_list"] = $out["patient_list"];
|
||||
|
||||
|
||||
$this->renderProviderSecurePage('patient/findpatient', $data);
|
||||
|
||||
}
|
||||
|
||||
public function patientView() {
|
||||
$data['patient_id'] = trim($this->input->post('patientID'));
|
||||
$this->load->model('patient_model');
|
||||
|
||||
Reference in New Issue
Block a user