|
@@ -198,7 +198,7 @@ class Patient extends ZskkModel
|
|
|
|
|
|
public function saveReportStudy($studyUid,$studyId)
|
|
|
{
|
|
|
- return (new ExamReport())->where('STUDYUID',$studyUid)->update(['study_id' => $studyId]);
|
|
|
+ return (new ExamReport())->where('STUDYUID',$studyUid)->update(['STUDY_ID' => $studyId]);
|
|
|
|
|
|
}
|
|
|
|