|
@@ -900,7 +900,7 @@ class PatientServies
|
|
|
/*
|
|
|
* 上传检查数据
|
|
|
*/
|
|
|
- public function postExamInfo($params): string
|
|
|
+ public function postExamInfo($params): array
|
|
|
{
|
|
|
// try {
|
|
|
$check = $this->checkPostExamReport($params);
|
|
@@ -919,7 +919,7 @@ class PatientServies
|
|
|
$EXAM_REPORTS = $check['EXAM_REPORTS'];
|
|
|
$EXAM_REPORT_CODE = $this->saveExamData($EXAM_REPORTS);
|
|
|
$this->saveUploadHospitalPatient($MEDICAL_INFORMATION['PATIENT_CODE']);
|
|
|
- return $EXAM_REPORT_CODE;
|
|
|
+ return ['code'=>$EXAM_REPORT_CODE];
|
|
|
// }catch (\Exception $e)
|
|
|
// {
|
|
|
// return $e->getMessage();
|