Backend Service

This commit is contained in:
2019-04-07 18:26:11 +00:00
parent 3ce5d45015
commit 83bf41ec2a
4 changed files with 96 additions and 112 deletions
@@ -46,7 +46,7 @@ class Patient extends Provider_Controller {
}
public function patientView() {
echo $data['patient_id'] = trim($this->input->post('patientID'));
$data['patient_id'] = trim($this->input->post('patientID'));
$this->load->model('patient_model');
$out = $this->patient_model->LoadPatient(0, $data['patient_id']);
@@ -98,5 +98,9 @@ class Patient extends Provider_Controller {
$this->renderProviderSecurePage('patient/thispatientChart', $data);
}
}
public function linkpatient(){
echo 'Ameye';
}
}