Обновление отчета
This commit is contained in:
@@ -15,4 +15,9 @@ class ObservationPatient extends Model
|
||||
'rf_department_id',
|
||||
'rf_report_id',
|
||||
];
|
||||
|
||||
public function history()
|
||||
{
|
||||
return $this->belongsTo(MisMedicalHistory::class, 'rf_medicalhistory_id', 'MedicalHistoryID');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user