update banyak
This commit is contained in:
@@ -54,6 +54,12 @@ class Encounter extends Model
|
||||
return $this->hasMany(EncounterParticipant::class, 'encounter_id');
|
||||
}
|
||||
|
||||
public function claim()
|
||||
{
|
||||
return $this->belongsTo(Claim::class);
|
||||
}
|
||||
|
||||
|
||||
public function doctors()
|
||||
{
|
||||
|
||||
@@ -96,6 +102,7 @@ class Encounter extends Model
|
||||
return $this->belongsTo(Service::class, 'class', 'code');
|
||||
}
|
||||
|
||||
|
||||
public function getMetaAttribute()
|
||||
{
|
||||
$orgMeta = [];
|
||||
|
||||
Reference in New Issue
Block a user