update message summary
This commit is contained in:
@@ -15,4 +15,9 @@ class Prescription extends Model
|
||||
'organization_id',
|
||||
'icd_code'
|
||||
];
|
||||
|
||||
public function items()
|
||||
{
|
||||
return $this->hasMany(PrescriptionItem::class, 'prescription_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user