Search found 24 matches

by RyanH
Wed May 07, 2025 9:07 am
Forum: API
Topic: API Guide - $0 Insurance Payments
Replies: 1
Views: 2869

Re: API Guide - $0 Insurance Payments

The ability to make $0 claim payments via the API has been implemented in version 25.1.21. The workflow to create $0 claim payments is the same as described in ClaimPayments POST : Use ClaimProcs GET to retrieve all ClaimProcs associated to a given ClaimNum. For each ClaimProc, use ClaimProcs PUT to...
by RyanH
Thu Apr 17, 2025 9:51 am
Forum: API
Topic: Practice Version
Replies: 1
Views: 20979

Re: Practice Version

aearl23 wrote:
Tue Apr 15, 2025 11:21 am
Is there an API that would return the current OD version of the practice?
Hello aearl23,

Please refer to this forum to retrieve the version of Open Dental a practice is running via API.

Thanks!
by RyanH
Wed Apr 09, 2025 2:05 pm
Forum: API
Topic: Claim Proc Put Update API
Replies: 10
Views: 4474

Re: Claim Proc Put Update API

Thank you. So I use ClaimProcNum to PUT data. But on the GET if I want the ClaimProc data for a particular ClaimProcNum, I do not see a GET based on this. Please see what is available. Do you know why? Jus wondering. GET /claimprocs?ProcNum=1734730 GET /claimprocs?ClaimNum=98567 GET /claimprocs?Sta...
by RyanH
Wed Apr 09, 2025 8:25 am
Forum: API
Topic: Claim Proc Put Update API
Replies: 10
Views: 4474

Re: Claim Proc Put Update API

Also I have API https://api.opendental.com/api/v1/claimprocs?ProcNum=481900 This is working fine and getting the data, but when I say PUT https://api.opendental.com/api/v1/claimprocs/481900 with the following data in the body {"Status": "Received", "InsPayAmt": "50.00"} getting 404 claimproc not fo...
by RyanH
Thu Mar 27, 2025 3:38 pm
Forum: API
Topic: ODUSER Create/put update request
Replies: 2
Views: 8096

Re: ODUSER Create/put update request

Wondering, Is it currently possible for Create/Put API commands to force password reset on first login? If not is it on the road map? Thanks for your time!! Hello rdillman, The field ‘IsPasswordResetRequired’ has been added to userods for both the POST and PUT endpoints and is available in version ...
by RyanH
Thu Mar 27, 2025 3:37 pm
Forum: API
Topic: Put for the oduser table
Replies: 13
Views: 22167

Re: Put for the oduser table

Hello there, I work with rdillman and we have another small addition that we would like to add to this PUT method. When hiding the users, we tend to like to change their group as well to a group that has no rights, however this is especially important for some of our groups that have the Setup perm...
by RyanH
Fri Mar 21, 2025 9:44 am
Forum: API
Topic: API Request | Post/Put Claims - allow InsSubNum2 to be set to 0 when ClaimType == P || S
Replies: 2
Views: 2256

Re: API Request | Post/Put Claims - allow InsSubNum2 to be set to 0 when ClaimType == P || S

Effectively mimicking the behavior within Open Dental that allows a user to open a claim and set the other insurance plan to 'None'. Good morning rinse-dental, The ability to set InsSubNum2 to 0 has been added to Claims PUT in version 24.4.35. Along with InsSubNum2, PatRelat and PatRelat2 were also...
by RyanH
Tue Mar 11, 2025 11:54 am
Forum: API
Topic: Commlog and email messages
Replies: 1
Views: 1842

Re: Commlog and email messages

Hello API team. Is there a way to GET information regarding email messages (and whether it was Sent Email Secure or Email Sent with No secure)? In this window, you will see the ability to send regular emails or secure emails. https://opendental.com/manual243/emailmessage.html Hello akjain1@gmail.co...
by RyanH
Thu Mar 06, 2025 9:40 am
Forum: API
Topic: Issue with Posting PreAuth Claim
Replies: 8
Views: 7145

Re: Issue with Posting PreAuth Claim

Good morning, You are attempting to use a procedure with an incorrect status. From our schema : PrecedureLog.ProcStatus.png As the error message indicates, you cannot use procedures that are of type TP. I am already checking the ProcStatus=1 in my query. Still, I see this error. Also, the ProcNum f...
by RyanH
Mon Mar 03, 2025 3:57 pm
Forum: API
Topic: EOBAttaches POST/ SFTP Upload
Replies: 6
Views: 3918

Re: EOBAttaches POST/ SFTP Upload

We are trying to use the ClaimPaymentNum from a batch claim payment to perform a SFTP POST UPLOAD operation to the batch claim. We want to run a batch claim process and attach an eob to the claim so that all the patients on the claim have an attached EOB. While doing so, I got this error: OpenDenta...
by RyanH
Fri Feb 28, 2025 3:03 pm
Forum: API
Topic: Can't search for "Carole"
Replies: 8
Views: 19590

Re: Can't search for "Carole"

Hello graham_mueller, We have completed this feature request, and the implementation is live on our beta. The query screening algorithm has been enhanced to not falsely flag reserved or forbidden keywords if they are contained within other words. Your examples of “ROLE” in “Carole” or “SLOW” in “Joh...
by RyanH
Thu Feb 27, 2025 11:05 am
Forum: API
Topic: Issue with Posting PreAuth Claim
Replies: 8
Views: 7145

Re: Issue with Posting PreAuth Claim

Thanks for the previous help. One more question I have is, how can I find the Pri Ins Amount shown in the treatment plans module for an active treatment plan? If you can help me with the query or the API, it will be very helpful. Thanks in advance. Hello beacondental, You can use Query #982 with th...
by RyanH
Wed Feb 26, 2025 10:26 am
Forum: API
Topic: API Request DELETE treatplans
Replies: 2
Views: 4744

Re: API Request DELETE treatplans

rinse-dental wrote:
Mon Feb 03, 2025 10:18 am
By TreatPlanNum

thank you
Hello rinse-dental,

The ability to delete a treatplan by TreatPlanNum has been implemented and is available in 24.4.26. Please see treatplans DELETE for more information.

Thanks!
by RyanH
Wed Feb 12, 2025 10:32 am
Forum: API
Topic: Patient search improvement
Replies: 5
Views: 5998

Re: Patient search improvement

Hello, I am currently wondering if there could be a GET/patients endpoint that uses FN and LN? This is currently the only option and it would be useful to have a search by FN and LN without requiring the DOB. GET /patients?LName=smi Hello aearl23, Both Patients GET (multiple) and Patients GET Simpl...
by RyanH
Thu Jan 30, 2025 10:10 am
Forum: API
Topic: Data mismatch in Software vs. API
Replies: 3
Views: 3217

Re: Data mismatch in Software vs. API

Hello beacondental, I appreciate the willingness to provide more information to solve this problem, however next time please sanitize or redact potential PHI. With that being said, the FamFinUrgNote is only stored with the guarantor of the family – and in your case, it looked like the patient with t...
by RyanH
Wed Jan 29, 2025 3:22 pm
Forum: API
Topic: Getting patient's last verified eligibility
Replies: 4
Views: 12708

Re: Getting patient's last verified eligibility

This feature request is complete and is available in version 24.4.17.

See insverifies GET (multiple) for more information.

Thanks!
by RyanH
Wed Jan 29, 2025 2:54 pm
Forum: API
Topic: Data mismatch in Software vs. API
Replies: 3
Views: 3217

Re: Data mismatch in Software vs. API

Hi Team, I recently observed that for a patient when I checked the FamFinUrgNote in the Open Dental software, there was no Note present in the accounts module, but for the same patient when I tried getting the data using the GET API, the FamFinUrgNote was showing up. Ideally, it should be the same ...
by RyanH
Wed Jan 29, 2025 11:57 am
Forum: API
Topic: API - Benefits
Replies: 1
Views: 3358

Re: API - Benefits

I am having issues with the Benefits API when posting an AgeLimit. Here is the response I am getting: OpenDental API error: 400 - "QuantityQualifier not allowed to be AgeLimit." Here is what I am sending : "PlanNum": self.plan_num, "BenefitType": "Limitations", "CoverageLevel": "None", "TimePeriod"...
by RyanH
Mon Jan 13, 2025 9:15 am
Forum: API
Topic: API Request | ProcedureLogs GET (multiple) - search by PlannedAptNum
Replies: 4
Views: 10508

Re: API Request | ProcedureLogs GET (multiple) - search by PlannedAptNum

rinse-dental wrote:
Mon Jan 13, 2025 8:14 am
Amazing!

Question @RyanH, I seem to only have access to 24.3.n beta. Is this because we are subscribed to eServices and eServices isn't ready for 24.4?
Good morning, rinse-dental.

You should be able to update to version 24.4.x. See Install Update for more information.

Thanks!
by RyanH
Fri Jan 10, 2025 10:34 am
Forum: API
Topic: Tasks API feature requests
Replies: 6
Views: 11411

Re: Tasks API feature requests

The feature request for Tasks GET Single is complete and is available in version 24.4.13

See Tasks GET for more information.

Thanks!
by RyanH
Fri Jan 10, 2025 9:50 am
Forum: API
Topic: MedicaidID on Patient POST and PUT?
Replies: 4
Views: 5016

Re: MedicaidID on Patient POST and PUT?

This feature request is complete and is available in version 24.4.13.

See Patients POST and PUT for more information.
Additionally, EhrPatients PUT has also been enhanced to support updating MedicaidState.

Thanks!
by RyanH
Fri Jan 10, 2025 9:49 am
Forum: API
Topic: Golden age dental care API request
Replies: 8
Views: 11622

Re: Golden age dental care API request

This feature request is complete and is available in version 24.4.13.

See Patients POST and PUT for more information.
Additionally, EhrPatients PUT has also been enhanced to support updating MedicaidState.

Thanks!
by RyanH
Thu Jan 09, 2025 3:46 pm
Forum: API
Topic: API Request | ProcedureLogs GET (multiple) - search by PlannedAptNum
Replies: 4
Views: 10508

Re: API Request | ProcedureLogs GET (multiple) - search by PlannedAptNum

This feature request is complete and is available in version 24.4.5.

See ProcedureLogs GET for more information.

Thanks!
by RyanH
Thu Dec 19, 2024 9:57 am
Forum: API
Topic: "Duration" of X and / setting
Replies: 3
Views: 6557

Re: "Duration" of X and / setting

Does this "Appointment Time Increment" setting also decide how much the appointment duration will be when we are defining based on a Appointment pattern? Via the API I'm getting this value as 10, which also aligns with the 10 min blocks that I see in OpenDental. But when I book an appointment with ...