Backend Service
This commit is contained in:
@@ -45,6 +45,12 @@ $data["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
$this->renderProviderSecurePage('patient/newpatient', $data);
|
||||
}
|
||||
|
||||
public function patientView(){
|
||||
echo $data['patient_id'] = trim($this->input->post('patientID'));
|
||||
$this->renderProviderSecurePage('patient/thispatient', $data);
|
||||
|
||||
}
|
||||
|
||||
private function getPatientList(){
|
||||
|
||||
$mysql = "SELECT p.practice_id,p.id AS patient_id,p.member_id,p.long_id,m.firstname,m.lastname,m.phone,p.added "
|
||||
|
||||
Reference in New Issue
Block a user