recent patients done, actions are done, now have to add search criteria
This commit is contained in:
@@ -300,98 +300,6 @@ export default function InsuranceEligibilityPage() {
|
||||
{checkInsuranceMutation.isPending && selectedProvider === 'MH' ? 'Checking...' : 'MH'}
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={handleDeltaMACheck}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
Delta MA
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={handleMetlifeDentalCheck}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
Metlife Dental
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking Tufts eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
Tufts SCO/SWH/Navi/Mass Gen
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking United SCO eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
United SCO
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking United AAPR eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
United AAPR
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking CCA eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
CCA
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking Aetna eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
Aetna
|
||||
</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
onClick={() => console.log("Checking Altus eligibility:", { memberId, dateOfBirth, firstName, lastName })}
|
||||
className="w-full"
|
||||
variant="outline"
|
||||
disabled={!memberId || !dateOfBirth || !firstName || !lastName}
|
||||
>
|
||||
<CheckCircle className="h-4 w-4 mr-2" />
|
||||
Altus
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user