Add full Ambulance and Child Welfare specialty clinical suites.
Deploy Ladill Care / deploy (push) Successful in 54s

EMS clinic workflow (dispatch → scene → transport → handover) plus completed CWC suite, with shell stages, clinical records, reports/print, demo seed, and suite tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-19 22:25:52 +00:00
co-authored by Cursor
parent 8c18ecc5c9
commit c0e5d8ef00
32 changed files with 2672 additions and 22 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ class CareSpecialtyModulesTest extends TestCase
foreach ([
'emergency', 'blood_bank', 'cardiology', 'psychiatry', 'pediatrics', 'orthopedics',
'ent', 'oncology', 'renal', 'surgery', 'vaccination', 'pathology', 'infusion',
'dermatology', 'podiatry', 'fertility', 'child_welfare',
'dermatology', 'podiatry', 'fertility', 'child_welfare', 'ambulance',
] as $key) {
$this->assertArrayHasKey($key, $catalog);
}