Backend Service
This commit is contained in:
@@ -6,9 +6,12 @@ class Reports extends Provider_Controller {
|
||||
|
||||
public function index() {
|
||||
$data = array();
|
||||
$this->renderProviderSecurePage('patient/patientreport', $data);
|
||||
$this->renderProviderSecurePage('reports/report', $data);
|
||||
}
|
||||
|
||||
public function report(){
|
||||
$this->index();
|
||||
}
|
||||
public function addnew() {
|
||||
$data = array();
|
||||
$data["account_message"] = "";
|
||||
@@ -54,11 +57,5 @@ $data["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
$data["patient_list"] = $query->result();
|
||||
return $data;
|
||||
}
|
||||
public function report() {
|
||||
$data = array();
|
||||
$this->renderProviderSecurePage('patient/patientreport', $data);
|
||||
}
|
||||
public function chart(){
|
||||
echo "patientChart";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user