Search found 38 matches

by JTS
Mon Jan 29, 2024 9:41 am
Forum: API
Topic: API Feature Requests(Perio)
Replies: 10
Views: 2547

Re: API Feature Requests(Perio)

These feature requests have been completed. PerioExams POST will now accept the ExamDate, ProvNum, and Note fields. Additionally, PerioExams PUT has been added, which will allow modifying the ExamDate, ProvNum, and Note fields. PerioExams DELETE has also been added. Furthermore, PerioMeasures PUT wi...
by JTS
Mon Jan 29, 2024 9:25 am
Forum: API
Topic: patient field defs
Replies: 4
Views: 1642

Re: patient field defs

We have completed this feature request. PatFieldDefs POST will allow creating new patfielddefs via the API, while PatFieldDefs PUT and DELETE will allow modifying and deleting existing ones respectively. These methods are available as of beta version 23.3.26. Please see https://www.opendental.com/si...
by JTS
Fri Jan 05, 2024 10:19 am
Forum: API
Topic: GET/POST/PUT Appointments - Patterns for both dentist and hygienist?
Replies: 2
Views: 1741

Re: GET/POST/PUT Appointments - Patterns for both dentist and hygienist?

Good morning, we have completed this feature request. Starting in version 23.3.17, PatternSecondary can be set as part of Appointments POST and PUT. It will also be visible in the appointments returned by Appointments GET and POST. For more information, please see https://www.opendental.com/site/api...
by JTS
Wed Nov 29, 2023 8:45 am
Forum: API
Topic: API Feature Requests(Perio)
Replies: 10
Views: 2547

Re: API Feature Requests(Perio)

Yes, we can add "PerioExams DELETE" to our list.
by JTS
Mon Nov 27, 2023 1:59 pm
Forum: API
Topic: API Feature Requests(Perio)
Replies: 10
Views: 2547

Re: API Feature Requests(Perio)

Good afternoon dencomm, We can add all 3 of these to our development list. However, PerioMeasures DELETE would only be allowed to delete PerioMeasures with a SequenceType of 0 (Mobility), as PerioMeasures of the other types are only deleted if their PerioExam is deleted. For these other types of Per...
by JTS
Thu Nov 16, 2023 1:46 pm
Forum: API
Topic: API Update request for commlog POST
Replies: 4
Views: 1806

Re: API Update request for commlog POST

This feature request has been completed and, as of beta version 23.3.7, Commlogs POST will now return the newly created object in the response.
For more information, please see Commlogs POST.
by JTS
Wed Nov 01, 2023 3:58 pm
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Good afternoon, we have completed both of these feature requests. The first one, PayPlanCharges GET, is available starting in stable version 23.2.28. This method will allow you to view any PayPlanCharges associated with a specified Payment Plan. For more information, please see https://www.opendenta...
by JTS
Thu Oct 26, 2023 1:07 pm
Forum: API
Topic: Appointments POST (create) does not update/set Recall schedule dates
Replies: 7
Views: 2574

Re: Appointments POST (create) does not update/set Recall schedule dates

We have completed this enhancement. Appointments PUT, POST SchedulePlanned, POST WebSched, as well as ProcedureLogs POST, PUT, and DELETE now automatically update patient Recall dates if needed. This enhancement is available starting in stable version 23.1.56.
by JTS
Wed Oct 25, 2023 9:12 am
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Good morning,

Both GET PayPlanCharges and the ability to POST payments towards specific PayPlanCharges are in the final stages of development. I would estimate them to be completed in about a week.
by JTS
Fri Oct 20, 2023 9:13 am
Forum: API
Topic: PayPlans POST enhancement requests
Replies: 4
Views: 1746

Re: PayPlans POST enhancement requests

Starting in version 23.3.1, Open Dental will no longer support creating new Patient Payment Plans, meaning that the PayPlans POST endpoint will cease to function. Please continue to use PayPlans POST Dynamic to create Dynamic Payment Plans. For more information, please see: https://www.opendentalsof...
by JTS
Fri Oct 20, 2023 9:01 am
Forum: API
Topic: Deprecation of PayPlans POST
Replies: 12
Views: 3991

Deprecation of PayPlans POST

Good morning, Starting in version 23.3.1, Open Dental will no longer support creating new Patient Payment Plans. This means the PayPlans POST endpoint will cease to function for dental offices starting with 23.3.1. Existing Patient Payment Plans can still be interacted with in Open Dental. This vers...
by JTS
Mon Oct 09, 2023 9:05 am
Forum: API
Topic: TreatPlans POST
Replies: 36
Views: 8062

Re: TreatPlans POST

One of the feature requests, TreatPlans POST Saved, has been completed. This method allows you to create a saved treatment plan for a patient via the API, and includes the ability to assign a presenter. For more information, see https://www.opendental.com/site/apitreatplans.html This method is avail...
by JTS
Wed Sep 27, 2023 11:20 am
Forum: API
Topic: TreatPlans POST
Replies: 36
Views: 8062

Re: TreatPlans POST

Good morning, Different Procedure Codes may have separate requirements for the Surf, ToothNum, and ToothRange fields. ProcedureLogs POST will either require or disallow these fields depending on the "TreatArea" field of the passed in Procedure Code. This field can be seen as part of ProcedureCodes G...
by JTS
Tue Sep 26, 2023 8:59 am
Forum: API
Topic: Regarding API Subscription
Replies: 3
Views: 1225

Re: Regarding API Subscription

Good morning, The database equivalent of the "UiEventType" field is the "WatchTable" field. Subscriptions with a WatchTable specified will monitor said table for any recent additions or changes at the rate of the number of seconds supplied for "PollingSeconds". To identify newly created or updated a...
by JTS
Fri Sep 22, 2023 8:55 am
Forum: API
Topic: Regarding API Subscription
Replies: 3
Views: 1225

Re: Regarding API Subscription

Good morning, If you're getting multiple batches with the exact same contents, you may need to specify a Workstation. Otherwise, multiple workstations will be sending the same event contents. Furthermore, if any changes are made to an appointment by any source, then that appointment will be included...
by JTS
Tue Sep 12, 2023 3:50 pm
Forum: API
Topic: Benefit API Issue
Replies: 7
Views: 2243

Re: Benefit API Issue

Word matching would not be possible, as the CovCat table supports rows with duplicate Description and EbenefitCat fields. The CovCats GET resource, which is now on our development list, will return CovCatNums for use in Benefits POST and PUT, alongside other column values to help you make informed d...
by JTS
Thu Aug 31, 2023 10:42 am
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Of course, we can add that to our development list too.
by JTS
Wed Aug 30, 2023 2:28 pm
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

We can add that to our development list. As for PayPlanCharges GET, API feature requests are started in the order in which they are received, and I would estimate an ETA of about 5 weeks. If the 'Due Now' amount is from a recent payplan charge, then it will be one of the last things that Payments PO...
by JTS
Wed Aug 30, 2023 1:22 pm
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Correct, if there are no current charges for the plan then you would want to make a prepayment, otherwise you'd want to make a normal payment. Payments are automatically applied to the oldest adjustments, payplan charges, and procedures with a remaining balance. There is currently no way to specify ...
by JTS
Wed Aug 30, 2023 10:47 am
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Payments POST will funnel itself towards the oldest payplan charge for a patient, if one is due. While we're unable to automatically determine whether a payment is meant to be a prepayment or not, we can add PayPlanCharges GET to our development list to help you make that decision.
by JTS
Tue Aug 29, 2023 3:31 pm
Forum: API
Topic: Posting payments for dynamic payment plans
Replies: 16
Views: 3223

Re: Posting payments for dynamic payment plans

Good afternoon, Prepayments will only be applied to payplan charges that become due after inserting the prepayment. To pay on existing payment plan charges, then you do not need to supply payPlanNum or set isPrepayment to true. Payments POST will automatically apply the payment to existing payment p...
by JTS
Mon Aug 28, 2023 8:43 am
Forum: API
Topic: TreatPlans POST
Replies: 36
Views: 8062

Re: TreatPlans POST

One of the feature requests, TreatPlans POST, has been completed.
With this method, you can create an inactive treatment plan for a patient via the API. For more information, see https://www.opendental.com/site/apitreatplans.html

This method is available as of beta version 23.2.13.
by JTS
Wed Aug 09, 2023 1:13 pm
Forum: API
Topic: New API for Notes functionality
Replies: 8
Views: 4337

Re: New API for Notes functionality

A new ClaimTrackings resource has been implemented, which includes three new methods, ClaimTrackings GET, ClaimTrackings POST, and ClaimTrackings PUT. These methods will allow you to see, create, and update ClaimTracking status notes. This resource and its methods are available as of beta version 23...
by JTS
Tue Jul 18, 2023 3:53 pm
Forum: API
Topic: Prepayments for dynamic payment plans
Replies: 6
Views: 3603

Re: Prepayments for dynamic payment plans

Payments POST now supports an optional 'payPlanNum' parameter. This parameter allows you to create prepayments on Dynamic Payment Plans, which will automatically associate to the Payment Plan once a new charge becomes due. This parameter is available in our beta version, 23.1.31. For more informatio...
by JTS
Wed Jun 07, 2023 8:20 am
Forum: API
Topic: API AppointmentTypeNum and Appointment Type
Replies: 3
Views: 2690

Re: API AppointmentTypeNum and Appointment Type

Correct, there is no Appointment Type with an AppointmentTypeNum of 0. If an appointment has an AppointmentTypeNum of 0, that means the appointment does not have an Appointment Type set.
by JTS
Mon Jun 05, 2023 12:38 pm
Forum: API
Topic: API AppointmentTypeNum and Appointment Type
Replies: 3
Views: 2690

Re: API AppointmentTypeNum and Appointment Type

Good afternoon, Appointment Types are not defined in the definitions table, but instead in the appointmenttype table. The AppointmentTypeNum value of an appointment functions as a foreign key to the appointmenttype database table, where AppointmentTypeNum acts as the primary key for Appointment Type...
by JTS
Thu May 25, 2023 8:57 am
Forum: API
Topic: Prepayments for dynamic payment plans
Replies: 6
Views: 3603

Re: Prepayments for dynamic payment plans

Good morning, this is currently next in the development list and should be completed within a few weeks.
by JTS
Thu Mar 16, 2023 2:14 pm
Forum: API
Topic: procCode in procedurelogs
Replies: 8
Views: 2475

Re: procCode in procedurelogs

The ProcedureCodes GET method now accepts the DateTStamp parameter. It can be used to filter results to only include ProcedureCodes altered after a specified date and time. This feature is available as of beta version 22.4.28. For more information, see https://www.opendental.com/site/apiprocedurecod...
by JTS
Fri Mar 10, 2023 8:49 am
Forum: API
Topic: API not found. Requesting new APIs
Replies: 57
Views: 177395

Re: API not found. Requesting new APIs

Also - is it possible to add SubscNote to inssub POST and PUT? The SubscNote field has been added as an optional field in the InsSubs POST (create) and InsSubs PUT (update) methods. This is available as of beta version 22.4.26. For more information, see https://www.opendental.com/site/apiinssubs.ht...
by JTS
Fri Feb 10, 2023 3:43 pm
Forum: API
Topic: Put for the oduser table
Replies: 2
Views: 1227

Re: Put for the oduser table

A new method, Userods PUT, has been added. This method will allow you to update an existing userod. Fields that can be modified include EmployeeNum, ProviderNum, ClinicNum, and IsHidden. For more information, see https://www.opendental.com/site/apiuserods.html This method is available as of beta ver...
by JTS
Fri Jan 06, 2023 2:26 pm
Forum: API
Topic: Benefits API req
Replies: 19
Views: 4167

Re: Benefits API req

Two new methods, Benefits PUT and Benefits DELETE, have been implemented. Benefits PUT will allow you to modify an existing Benefit, and supports changing the following fields: CovCatNum, BenefitType, Percent, MonetaryAmt, TimePeriod, QuantityQualifier, Quantity, CodeNum, and CoverageLevel. Benefits...
by JTS
Tue Dec 27, 2022 8:36 am
Forum: API
Topic: New feature requests
Replies: 5
Views: 1814

Re: New feature requests

We have completed two of the above feature requests. 1. Tasks Tasks PUT is in development. 2. AutoNotes AutoNotes POST has been completed. This method will create an AutoNote and allows the setting of all fields. AutoNotes PUT has been completed. This method will update an existing AutoNote and allo...
by JTS
Fri Dec 09, 2022 11:19 am
Forum: API
Topic: API not found. Requesting new APIs
Replies: 57
Views: 177395

Re: API not found. Requesting new APIs

Two new methods, InsPlans GET and InsPlans PUT, have been implemented. InsPlans GET will allow you to retrieve a list of InsPlans from the insplan table. InsPlans PUT will let you edit an existing InsPlan, and allows changing the following fields: GroupName, GroupNum, PlanNote, FeeSched, PlanType, a...
by JTS
Mon Nov 28, 2022 8:07 am
Forum: API
Topic: InsVerifies GET
Replies: 9
Views: 2574

Re: InsVerifies GET

A new method, Benefits GET, has been added. This method will allow you to retrieve all benefits for a specific Insurance Plan or Patient Plan. For more information, see https://www.opendental.com/site/apibenefits.html

This method will be available starting in beta version 22.3.27.
by JTS
Wed Oct 19, 2022 8:51 am
Forum: API
Topic: Benefits line item.
Replies: 9
Views: 2500

Re: Benefits line item.

A new method, Benefits POST, has been added. With this method, you can insert a new benefit line item into an existing Insurance Plan or Patient Plan via the API. For more information, see https://www.opendental.com/site/apibenefits.html

This method is available as of beta version 22.3.17.
by JTS
Mon Oct 10, 2022 9:08 am
Forum: API
Topic: Request for a PUT to update data via the DiscountPlanSubs API
Replies: 10
Views: 4143

Re: Request for a PUT to update data via the DiscountPlanSubs API

DiscountPlanSubs PUT is complete, and allows changing the following fields: DateEffective, DateTerm, and SubNote.

This method is available in our beta version, 22.3.13. For more information, please see:
https://www.opendental.com/site/apidisc ... nsubs.html
by JTS
Tue Aug 30, 2022 3:58 pm
Forum: API
Topic: API Request
Replies: 5
Views: 2232

Re: API Request

1. (Currently in development) 2. (Previously completed) 3-4. (Currently in development) 5. A new method, Reports GET FinanceCharges, has been added. This returns the same information as running the Finance Charge Report in Open Dental. Results can be filtered by Date, ProvNum, and BillingType. For m...
by JTS
Thu Aug 18, 2022 1:04 pm
Forum: API
Topic: New API endpoint
Replies: 9
Views: 3172

Re: New API endpoint

ProcedureLogs PUT GroupNote is complete. This will allow you to modify an existing Group Note via the API. This method will be available in our next beta version, 22.2.29, which is estimated to be released within the week. For more information, please see: https://www.opendental.com/site/apiprocedur...