Reminder & Notification Center
Review the latest system alerts and generate reminders for appointments happening in the next 24 hours.
No notifications have been generated yet.
{% endif %}Manage users, appointments, schedules, reports, and system audit activity from one place.
Review the latest system alerts and generate reminders for appointments happening in the next 24 hours.
No notifications have been generated yet.
{% endif %}| Name | Role | Status | |
|---|---|---|---|
| {{ u.full_name }} | {{ u.email }} | {{ u.role.value }} | {{ 'Active' if u.is_active else 'Inactive' }} |
| Patient | Doctor | When | Status |
|---|---|---|---|
| {{ user_lookup.get(a.patient_id, 'Patient') }} | {{ user_lookup.get(a.doctor_id, 'Doctor') }} | {{ a.scheduled_time }} | {{ a.status.value }} |
| Action | Entity | Target ID | Details | When |
|---|---|---|---|---|
| {{ log.action }} | {{ log.entity_type }} | {{ log.entity_id }} | {{ log.details }} | {{ log.created_at }} |