Patient portion owed with appointment
Posted: Fri Sep 06, 2024 12:20 pm
We have a feature showing the practice's appointments for the day. I'm looking to show the amount the patient owes for that appointment and it looks like I need to make quite a few calls to get the data I'm looking for. Want to check whether that's correct or if there's a more efficient way to get the data I'm looking for. Steps as I see them:
- Get appointments https://www.opendental.com/site/apiappointments.html
- Get procedure logs https://www.opendental.com/site/apiprocedurelogs.html
- Get treatment plans https://www.opendental.com/site/apitreatplans.html
- Get proc tps using treatment plans from step 3 https://www.opendental.com/site/apiproctps.html
- Grab the patient portions from step 4, using the ProcNumOrig, look at step 2 to figure out which appointment the procedure should be shown with