Backend Service
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user