Request to Add "Date" Field in Treatment Plan Attach Table

For requests or help with our API
Post Reply
beacondental
Posts: 146
Joined: Wed Mar 15, 2023 8:43 am

Request to Add "Date" Field in Treatment Plan Attach Table

Post by beacondental »

Hi Team,

I want to check on which date the procedure code was added in the treatment plan. So can you please add "DATE" field in treatplanattach table ? Or Can you please provide any other provision for the same ?

Thank You
justine
Posts: 360
Joined: Tue Dec 28, 2021 7:59 am

Re: Request to Add "Date" Field in Treatment Plan Attach Table

Post by justine »

beacondental wrote: Tue Jun 09, 2026 9:56 pm Hi Team,

I want to check on which date the procedure code was added in the treatment plan. So can you please add "DATE" field in treatplanattach table ? Or Can you please provide any other provision for the same ?

Thank You
Hello beacondental,

Unfortunately, the Open Dental application does not track when a procedure was added to an active or inactive treatment plan. However, if POST treatplanattaches was called via the API, a security log was inserted. You could then call GET securitylogs?PermType=TreatPlanEdit and see all treatplanattaches created via the API. The returned LogDateTime field would indicate when that request was made, and when the treatplanattaches were created.

For saved treatment plans, you'll want to use the procTPs endpoints. ProcTPs include a SecDateEntry field.

Thanks!
Post Reply