Backend Service

This commit is contained in:
2019-03-16 02:48:45 +00:00
parent bccad002ff
commit bbaca4324e
3 changed files with 27 additions and 8 deletions
@@ -10,6 +10,7 @@ class Provider extends Provider_Controller {
$this->load->model('patient_model');
$out = $this->patient_model->getPatientList();
$data["patient_list"] = $out["patient_list"];
$_SESSION['patient_count']=5;
$this->renderProviderSecurePage('dash', $data);
}