Backend Service

This commit is contained in:
2019-03-11 19:48:59 +00:00
parent c1798a8ddf
commit 639d4bd908
4 changed files with 27 additions and 3 deletions
@@ -51,5 +51,7 @@ class Patient extends Provider_Controller {
$data = array();
$this->renderProviderSecurePage('patient/patientreport', $data);
}
public function chart(){
echo "patientChart";
}
}