Calculating Max Remaining using SQL and/or APIs... ???

For complex topics that regular users would not be interested in. For power users and database administrators.
Post Reply
rinse-dental
Posts: 76
Joined: Wed Apr 06, 2022 12:04 pm

Calculating Max Remaining using SQL and/or APIs... ???

Post by rinse-dental » Thu Oct 26, 2023 1:12 pm

x-post from developer forum.

Hi, how do you calculate max remaining? The issue I'm finding is incorporating the 'Adjustments to Insurance Benefits' record (found on the Edit Insurance Plan screen within the Family Module) which I can't seem to find in the DB or APIs returns.

SLeon
Posts: 482
Joined: Mon Mar 01, 2021 10:00 am

Re: Calculating Max Remaining using SQL and/or APIs... ???

Post by SLeon » Fri Oct 27, 2023 8:05 am

Good morning,

From our manual:
Individual Annual Max - (Ins Used + Pending) = Remaining
You can incorporate the adjustments to insurance benefits entered in this form via the ClaimProc table. They will have a claimproc.Status of "Adjustment".

rinse-dental
Posts: 76
Joined: Wed Apr 06, 2022 12:04 pm

Re: Calculating Max Remaining using SQL and/or APIs... ???

Post by rinse-dental » Fri Oct 27, 2023 12:56 pm

You're the best! Dunno how i missed it but thank you!

Post Reply