Patients can be admitted, transferred, and discharged from unit/bed stays with occupancy sync, so MAR and ward boards have inpatient context. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -215,7 +215,7 @@ class PatientService
|
||||
]);
|
||||
|
||||
$visits = $patient->visits()
|
||||
->with(['branch'])
|
||||
->with(['branch', 'careUnit', 'bed'])
|
||||
->orderByDesc('checked_in_at')
|
||||
->limit(10)
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user