|
@@ -936,7 +936,6 @@ class PatientServies
|
|
}
|
|
}
|
|
$EXAM_REPORTS = $this->makeExamData($params['EXAM_REPORTS']);
|
|
$EXAM_REPORTS = $this->makeExamData($params['EXAM_REPORTS']);
|
|
$report = $this->patientModel->getExamReport(['PATIENT_CODE'=>$information['PATIENT_CODE']],'*');
|
|
$report = $this->patientModel->getExamReport(['PATIENT_CODE'=>$information['PATIENT_CODE']],'*');
|
|
- var_dump($EXAM_REPORTS);
|
|
|
|
$report->save($EXAM_REPORTS);
|
|
$report->save($EXAM_REPORTS);
|
|
return 'success';
|
|
return 'success';
|
|
}
|
|
}
|