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
Request to Add "Date" Field in Treatment Plan Attach Table
-
beacondental
- Posts: 146
- Joined: Wed Mar 15, 2023 8:43 am
Re: Request to Add "Date" Field in Treatment Plan Attach Table
Hello beacondental,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
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!