feat(eligibility-check) - appointment page redirecting to eligibility page
This commit is contained in:
@@ -15,8 +15,6 @@ import {
|
||||
ChevronRight,
|
||||
Move,
|
||||
Trash2,
|
||||
ShieldCheck,
|
||||
FileText,
|
||||
CreditCard,
|
||||
ClipboardList,
|
||||
StickyNote,
|
||||
@@ -95,6 +93,8 @@ export default function AppointmentsPage() {
|
||||
appointmentId?: number;
|
||||
}>({ open: false });
|
||||
|
||||
const [, setLocation] = useLocation();
|
||||
|
||||
// Create context menu hook
|
||||
const { show } = useContextMenu({
|
||||
id: APPOINTMENT_CONTEXT_MENU_ID,
|
||||
@@ -652,7 +652,7 @@ export default function AppointmentsPage() {
|
||||
|
||||
// -------------------
|
||||
const handleCheckEligibility = (appointmentId: number) => {
|
||||
console.log(`Checking eligibility for appointment: ${appointmentId}`);
|
||||
setLocation(`/insurance-status?appointmentId=${appointmentId}`);
|
||||
};
|
||||
|
||||
const handleClaimsPreAuth = (appointmentId: number) => {
|
||||
|
||||
Reference in New Issue
Block a user