@@ -908,6 +908,7 @@ class PatientServies
$this->handlePatient($check['PATIENT']);
$MEDICAL_INFORMATION = $check['MEDICAL_INFORMATION'];
$information = $this->patientModel->getMedical($MEDICAL_INFORMATION['PATIENT_CODE'],[],'*');
+ return 'success';
if(!empty($information))
{
$this->patientModel->saveRepeatInformation($information);