request->post(); $patientCode = $params['PATIENT_CODE']; $data = $servies->getPatient(['PATIENT_CODE'=>$patientCode]); $this->success('',$data); } }