New API for Fam Aging Balance

For requests or help with our API
Post Reply
kashgoyal
Posts: 8
Joined: Thu Jun 08, 2023 11:40 am

New API for Fam Aging Balance

Post by kashgoyal » Mon Jun 12, 2023 10:40 pm

Hi Team,

We need a way to show the current family aging balance. We noticed that Open Dental stores this information in a table, but that table is only updated in certain cases. We would like to display that data to the user, but we would need a way to get what it would show if the calculation for that were run right now, using the latest data.

Request 1: Get the latest calculated fam aging balance

Use Case -
- The user logs in to our system
- The user views a patient's information
- The users sees the aging balance information for this patient

Request Details
- We would like to request an Api which when we call that Api it calculates the latest aging balance and provide us the same.

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: New API for Fam Aging Balance

Post by justine » Tue Jun 13, 2023 8:06 am

kashgoyal wrote:
Mon Jun 12, 2023 10:40 pm
Hi Team,

We need a way to show the current family aging balance. We noticed that Open Dental stores this information in a table, but that table is only updated in certain cases. We would like to display that data to the user, but we would need a way to get what it would show if the calculation for that were run right now, using the latest data.

Request 1: Get the latest calculated fam aging balance

Use Case -
- The user logs in to our system
- The user views a patient's information
- The users sees the aging balance information for this patient

Request Details
- We would like to request an Api which when we call that Api it calculates the latest aging balance and provide us the same.
Good morning kashgoyal,

Will the AccountModules GET Aging endpoint work for you?

Thanks!

kashgoyal
Posts: 8
Joined: Thu Jun 08, 2023 11:40 am

Re: New API for Fam Aging Balance

Post by kashgoyal » Thu Jun 15, 2023 3:13 am

Hi justine,

Thanks for providing the aging balance Api endpoint. We can certainly use this endpoint if the api pertains that we would be able to get accurate and current numbers for the aging report at any given moment as Open Dental's documentation (https://www.opendental.com/manual/aging.html) states the aging data is only updated in certain places.

Can you please confirm on this?

Also, It will be really helpful to know what all fields impact the aging balance so that whenever their is any update to that field we can call the get balance api to fetch the accurate current numbers.

Thanks,
kashgoyal

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: New API for Fam Aging Balance

Post by justine » Thu Jun 15, 2023 9:36 am

kashgoyal wrote:
Thu Jun 15, 2023 3:13 am
Hi justine,

Thanks for providing the aging balance Api endpoint. We can certainly use this endpoint if the api pertains that we would be able to get accurate and current numbers for the aging report at any given moment as Open Dental's documentation (https://www.opendental.com/manual/aging.html) states the aging data is only updated in certain places.

Can you please confirm on this?
Yes.
To ensure accuracy, whenever you click into the Account Module in Open Dental, aging is ran. Calling GET accountmodule/Aging honors that process.

Also, see GET Reports/Aging .
kashgoyal wrote:
Thu Jun 15, 2023 3:13 am
Also, It will be really helpful to know what all fields impact the aging balance so that whenever their is any update to that field we can call the get balance api to fetch the accurate current numbers.

Thanks,
kashgoyal
Adjustment, claimproc, payment, payplan, payplancharge, paysplit, and procedurelog all impact aging. See the schema for table information.

Any api endpoint that impacts aging also keeps this information accurate.

Thanks!

kashgoyal
Posts: 8
Joined: Thu Jun 08, 2023 11:40 am

Re: New API for Fam Aging Balance

Post by kashgoyal » Tue Jun 20, 2023 12:11 am

Hi justine,

So "GET accountmodule/Aging honors that process" means when the Api is called aging will run and provide latest balance or it will not be run?

Thanks!

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: New API for Fam Aging Balance

Post by justine » Tue Jun 20, 2023 7:55 am

kashgoyal wrote:
Tue Jun 20, 2023 12:11 am
Hi justine,

So "GET accountmodule/Aging honors that process" means when the Api is called aging will run and provide latest balance or it will not be run?

Thanks!
Yes, accountmodule/Aging runs aging.

kashgoyal
Posts: 8
Joined: Thu Jun 08, 2023 11:40 am

Re: New API for Fam Aging Balance

Post by kashgoyal » Tue Jun 20, 2023 10:30 pm

Thanks for the confirmation justine.

Post Reply