Activate Care workflows across check-in and financial clearance.
Deploy Ladill Care / deploy (push) Failing after 1m9s
Deploy Ladill Care / deploy (push) Failing after 1m9s
Enforce service-queue gates, cashier settlements, and clinical stage progression so patient journeys cannot bypass configured payment or authorization rules. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,4 +31,14 @@ class Organization extends Model
|
||||
{
|
||||
return $this->hasMany(Member::class, 'organization_id');
|
||||
}
|
||||
|
||||
public function facilityWorkflows(): HasMany
|
||||
{
|
||||
return $this->hasMany(FacilityWorkflow::class, 'organization_id');
|
||||
}
|
||||
|
||||
public function financialObligations(): HasMany
|
||||
{
|
||||
return $this->hasMany(FinancialObligation::class, 'organization_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user