|
@@ -209,7 +209,7 @@ class Patient extends ZskkModel
|
|
|
|
|
|
public function getOrgName($id)
|
|
|
{
|
|
|
- return (new Institution())->where('ID',$id)->value('name');
|
|
|
+ return (new Institution())->where('INSTITUTION_CODE',$id)->value('name');
|
|
|
}
|
|
|
|
|
|
public function saveReportStudy($studyUid,$studyId)
|