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:
@@ -11,6 +11,7 @@ use App\Models\Patient;
|
||||
use App\Models\User;
|
||||
use App\Models\Visit;
|
||||
use App\Models\VisitStageAdvance;
|
||||
use App\Services\Care\CareFeatures;
|
||||
use App\Services\Care\OrganizationResolver;
|
||||
use App\Services\Care\Workflow\FinancialGateService;
|
||||
use App\Services\Care\Workflow\WorkflowEngine;
|
||||
@@ -44,7 +45,14 @@ class CareWorkflowEngineTest extends TestCase
|
||||
'owner_ref' => $this->owner->public_id,
|
||||
'name' => 'Gate Hospital',
|
||||
'slug' => 'gate-hospital',
|
||||
'settings' => ['onboarded' => true, 'facility_category' => 'hospital'],
|
||||
'settings' => [
|
||||
'onboarded' => true,
|
||||
'facility_category' => 'hospital',
|
||||
'rollout' => [
|
||||
CareFeatures::WORKFLOW_ENGINE => true,
|
||||
CareFeatures::FINANCIAL_GATES => true,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Member::create([
|
||||
|
||||
Reference in New Issue
Block a user