Backend Service
This commit is contained in:
@@ -46,7 +46,12 @@ $data["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
}
|
||||
|
||||
public function patientView(){
|
||||
echo $data['patient_id'] = trim($this->input->post('patientID'));
|
||||
echo $data['patient_id'] = trim($this->input->post('patientID'));
|
||||
$this->load->model('patient_model');
|
||||
$out = $this->patient_model->LoadPatient(0, $data['patient_id']);
|
||||
|
||||
print_r( $out );
|
||||
|
||||
$this->renderProviderSecurePage('patient/thispatient', $data);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user