Search found 75 matches

by rinse-dental
Wed Apr 17, 2024 8:35 am
Forum: API
Topic: API Request | GET/POST/PUT/DELETE LAB CASES
Replies: 2
Views: 60

Re: API Request | GET/POST/PUT/DELETE LAB CASES

Understood. Thank you. In our specific use case and for the sake of prioritization, we're fine with making laboratories and labturnarounds setup within Open Dental an initial dependency to use GET/POST/PUT lab case.
by rinse-dental
Tue Apr 16, 2024 2:38 pm
Forum: API
Topic: API Request | GET/POST/PUT/DELETE LAB CASES
Replies: 2
Views: 60

API Request | GET/POST/PUT/DELETE LAB CASES

- GET lab case. If possible, include laboratory description and Provider Abbr
- POST lab case. With ability to optionally include aptnum and plannedaptnum
- PUT lab case. With ability to update aptnum and plannedaptnum
- DELETE lab case.
by rinse-dental
Fri Mar 15, 2024 12:46 pm
Forum: API
Topic: How to retrieve Open Dental's calculated insurance and patient portions?
Replies: 13
Views: 4424

Re: How to retrieve Open Dental's calculated insurance and patient portions?

Thanks. I understand that generating an estimate can be expensive - that's the entire purpose of this thread, but you didn't address the issue, at least not directly...that is, Open Dental gives several ways to add procedures to an appointment, including the API, but we should assume the estimate g...
by rinse-dental
Mon Feb 26, 2024 3:29 pm
Forum: Advanced Topics
Topic: 3Shape Bridge/Program Link Not Functioning
Replies: 0
Views: 240

3Shape Bridge/Program Link Not Functioning

Our 3Shape bridge stopped working a few Beta versions ago - I spent several hours on the phone with Trios/3Shape support; however, they ultimately couldn't get it working. CLI (has been and) is enabled in 3Shape and, as far as I can tell, nothing has meaninfully changed on either side. Has anyone el...
by rinse-dental
Mon Feb 19, 2024 9:34 am
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Re: Update Estimates Only bug in v. 23.3.20?

Nailed it! We're now updating 100% and I now have ~70 inactive patients with the name 'missing-#' back in my DB. Thanks for taking the time - I hope this thread eventually helps others.
by rinse-dental
Fri Feb 09, 2024 3:46 pm
Forum: API
Topic: How to retrieve Open Dental's calculated insurance and patient portions?
Replies: 13
Views: 4424

Re: How to retrieve Open Dental's calculated insurance and patient portions?

Thanks. I understand that generating an estimate can be expensive - that's the entire purpose of this thread, but you didn't address the issue, at least not directly...that is, Open Dental gives several ways to add procedures to an appointment, including the API, but we should assume the estimate ge...
by rinse-dental
Fri Feb 02, 2024 2:05 pm
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Re: Update Estimates Only bug in v. 23.3.20?

Thanks for the help! Sorry if this ate up too much time!
by rinse-dental
Fri Feb 02, 2024 12:12 pm
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Re: Update Estimates Only bug in v. 23.3.20?

I don't want to screw anything up but would this fix my issue?

update procedurelog set
patnum = 2
where patnum not in (select patnum from patient)
by rinse-dental
Fri Feb 02, 2024 12:02 pm
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Re: Update Estimates Only bug in v. 23.3.20?

Thanks! I'm ashamed to admit this but early on when we were too small and broke to think about creating a proper dev environment - I was creating patients, running some tests and then used a SQL delete for those patients and appointments. No doubt this is the 'how' to your situation. I wouldn't swea...
by rinse-dental
Fri Jan 26, 2024 8:21 pm
Forum: API
Topic: How to retrieve Open Dental's calculated insurance and patient portions?
Replies: 13
Views: 4424

Re: How to retrieve Open Dental's calculated insurance and patient portions?

Hey Justin - I've been really struggling with estimates so I'm hoping you might help me devise a strategy to work through or around the problem. PROBLEM: The estimate for a scheduled appointment (claimproc) is wrong if EITHER: The scheduled procedure has a deductible and is created/added to an appoi...
by rinse-dental
Tue Jan 23, 2024 4:07 pm
Forum: API
Topic: Appointment Slots (proposal for API)
Replies: 9
Views: 2817

Re: Appointment Slots (proposal for API)

Are you syncing a local database with API results? If so, how often do you update? My original program accesses the database in real-time, but now I am switching everything to use the APIs...which are slower. Our online booking is kept simple, we just have providers associated with Operatories and ...
by rinse-dental
Tue Jan 23, 2024 3:48 pm
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Re: Update Estimates Only bug in v. 23.3.20?

Cool - thanks! I called support initially to resolve an issue with outdated deductibles. They suggested the Update Estimates feature which then led me down this rabbit hole. I called back today at your suggestion and, as it turns out, my deductible issue might not be resolved with the Update Estimat...
by rinse-dental
Wed Jan 10, 2024 1:01 pm
Forum: Developers
Topic: Update Estimates Only bug in v. 23.3.20?
Replies: 10
Views: 2010

Update Estimates Only bug in v. 23.3.20?

I'm attempting to Update Estimates Only via Fee Tools; however, I can only ever reach 97% before the dialogue reports 'Done' and the Close button is again active.
by rinse-dental
Fri Jan 05, 2024 12:01 am
Forum: API
Topic: Appointment Summary View
Replies: 5
Views: 2274

Re: Appointment Summary View

Super strange that the query doesn't run for you... 🤷‍♂️ Yes, it would be helpful if you'd consider including the following in your dev list: Add planned priority to Appointments GET (multiple) - I can combine this with AptStatus filter to get a good list of planned apts Add planned priority to Appo...
by rinse-dental
Thu Jan 04, 2024 11:11 pm
Forum: API
Topic: Appointment Slots (proposal for API)
Replies: 9
Views: 2817

Re: Appointment Slots (proposal for API)

I just went through a remodel of my scheduling algorithm as well. I've taken the same approach, using just Apt and Schedule to get to a base set of availability but found that to still be too dumb... at least with respect to maximizing hyg/provider time when that hyg/provider is working across multi...
by rinse-dental
Wed Dec 06, 2023 5:54 pm
Forum: API
Topic: Appointment Summary View
Replies: 5
Views: 2274

Re: Appointment Summary View

Thanks! You're right, caching items that change less frequently will solve some of my issues - or at least some portion of the complexity I'm working through. re: Get Visit Details... Yes, this is the problem I'm attempting to solve. Unfortunately, it appears the API you referenced wouldn't help me ...
by rinse-dental
Tue Dec 05, 2023 6:21 pm
Forum: API
Topic: Appointment Summary View
Replies: 5
Views: 2274

Appointment Summary View

Hello - I have a relatively straight forward set of use cases but it's proven to be quite taxing. That is, to view a summary for a given appointment. For example, for a planned or upcoming visit, I'd like to display the appointment basics (datetime, provider name, apttypename, and duration), a finan...
by rinse-dental
Fri Dec 01, 2023 9:22 am
Forum: Developers
Topic: Schedule Module Error in OD Beta v. 23.3.11.0
Replies: 3
Views: 2864

Re: Schedule Module Error in OD Beta v. 23.3.11.0

Thank you. If it matters for you or your team (or anyone else facing this issue), I was able to copy/paste a schedule on the cloud VM server, where the DB is local.
by rinse-dental
Thu Nov 30, 2023 5:04 pm
Forum: Developers
Topic: Schedule Module Error in OD Beta v. 23.3.11.0
Replies: 3
Views: 2864

Schedule Module Error in OD Beta v. 23.3.11.0

This issue was an issue in Beta v. 23.3.7 as well, reporting as I'd hoped it resolved with the newest release. Please advise if this is not the correct place to report issues. MODULE: Schedule TEST CASE: 1. Copy Day with existing provider scheduled 2. Paste on future date RESULT: Please Wait progres...
by rinse-dental
Wed Nov 08, 2023 8:59 am
Forum: API
Topic: GET/POST/PUT Appointments - Patterns for both dentist and hygienist?
Replies: 2
Views: 1796

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

Requesting you mimic the windows client and allow get/post/put of dentist and hygienist patterns. Post/put as optional field. Also requesting get/post/put of assistant assignment. Two issues we're working to resolve: 1. More accurate staff assignment to a given appointment . Today, a user books a vi...
by rinse-dental
Fri Oct 27, 2023 12:56 pm
Forum: Advanced Topics
Topic: Calculating Max Remaining using SQL and/or APIs... ???
Replies: 2
Views: 1590

Re: Calculating Max Remaining using SQL and/or APIs... ???

You're the best! Dunno how i missed it but thank you!
by rinse-dental
Thu Oct 26, 2023 1:12 pm
Forum: Advanced Topics
Topic: Calculating Max Remaining using SQL and/or APIs... ???
Replies: 2
Views: 1590

Calculating Max Remaining using SQL and/or APIs... ???

x-post from developer forum.

Hi, how do you calculate max remaining? The issue I'm finding is incorporating the 'Adjustments to Insurance Benefits' record (found on the Edit Insurance Plan screen within the Family Module) which I can't seem to find in the DB or APIs returns.
by rinse-dental
Fri Oct 20, 2023 1:07 pm
Forum: Developers
Topic: Calculating Max Remaning w/ Insurance Benefit Adjustments
Replies: 1
Views: 2077

Calculating Max Remaning w/ Insurance Benefit Adjustments

Hi, how do you calculate max remaining? I can't seem to find the 'Adjustments to Insurance Benefits' record (found on the Edit Insurance Plan screen within the Family Module) in the DB to ensure accuracy.
by rinse-dental
Thu Oct 19, 2023 5:51 pm
Forum: Developers
Topic: Can you open Open Dental from a URL?
Replies: 1
Views: 1284

Can you open Open Dental from a URL?

A reverse program link so to speak? use case : We have a web dashboard that allows office staff to have a summary view of patients and daily tasks. The web dashboard is powered by Open Dental APIs and augmented by Firebase. When an Admin selects a patient to dive future into a task or issue, we'd li...
by rinse-dental
Thu Oct 19, 2023 10:30 am
Forum: API
Topic: REQUEST: PUT refattaches
Replies: 2
Views: 1431

REQUEST: PUT refattaches

Primary Use Case: User updates ReToStatus

However, it would be helpful to update all the fields on the record:
  • RefDate
  • DateProcCompleted
  • Transition Of Care
  • RefNum
  • ReferralType
  • ProvNum
  • Note
And... while we're at it, DELETE refattaches but less of a priority
by rinse-dental
Tue Oct 03, 2023 12:00 pm
Forum: API
Topic: POST DiscountPlanSub defect
Replies: 4
Views: 1577

Re: POST DiscountPlanSub defect

woohoo!
by rinse-dental
Tue Sep 26, 2023 7:36 pm
Forum: API
Topic: POST DiscountPlanSub defect
Replies: 4
Views: 1577

Re: POST DiscountPlanSub defect

Thanks!
by rinse-dental
Fri Sep 22, 2023 4:44 pm
Forum: API
Topic: POST DiscountPlanSub defect
Replies: 4
Views: 1577

POST DiscountPlanSub defect

If posting a discount plan via the API, the Open Dental client does not appear to incorporate the discounts when calculating apt estimates/totals. More specifically, the procedurelog table does not update the DiscountPlanAmt field. EDIT: This appears to be an issue when you do not set the optional D...
by rinse-dental
Wed Sep 20, 2023 5:59 am
Forum: API
Topic: Appointments POST (create) does not update/set Recall schedule dates
Replies: 7
Views: 2643

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

Hello - Checking in on this one. We're finding issues in how we manage recall workflows, specifically reminders, etc. because Open Dental does not recognize an apt booked via the API as a recall apt.
by rinse-dental
Thu Aug 03, 2023 9:49 am
Forum: API
Topic: Appointments POST (create) does not update/set Recall schedule dates
Replies: 7
Views: 2643

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

I'm not sure if this is a feature or a bug in the current API; however, I'd like to mimic the feature within OD client where if a D1110 (for example) is booked - the 'sched date' on the recall table is updated. Ideally this would occur automatically, if not - perhaps it's allowing a put option for t...
by rinse-dental
Thu Aug 03, 2023 9:42 am
Forum: API
Topic: API Issues
Replies: 5
Views: 1721

Re: API Issues

Appreciate the clarification, glad you're back up.
by rinse-dental
Wed Aug 02, 2023 8:43 pm
Forum: API
Topic: API Issues
Replies: 5
Views: 1721

Re: API Issues

back up
by rinse-dental
Wed Aug 02, 2023 5:31 pm
Forum: API
Topic: API Issues
Replies: 5
Views: 1721

Re: API Issues

Called and confirmed... eServices are down which impacts the API service. They said to check again in an hour. What's frustrating is that although we run a local API on our hosted GCP server - we're still dependent on the eServices connector and Open Dental availability. Why? To make sure we're payi...
by rinse-dental
Mon May 22, 2023 2:13 pm
Forum: API
Topic: How to retrieve Open Dental's calculated insurance and patient portions?
Replies: 13
Views: 4424

Re: How to retrieve Open Dental's calculated insurance and patient portions?

Thank you. Will this estimate consider date - similar to the Treatment Plan? For example, if a patient is not eligible for a cleaning until [recall date] and the appointment is booked after [recall date] - will the estimate be based on today, the date the estimate was created, or the scheduled appoi...
by rinse-dental
Tue May 16, 2023 9:37 am
Forum: API
Topic: Appointments GET Slots
Replies: 7
Views: 4455

Re: Appointments GET Slots

Checking in on the write up @Sleon mentioned. Also, for what it's worth... I understand we can use API GET Schedule and API GET Slots, etc. then process our own logic; however, for those of us who let Open Dental manage a majority of our configurations and then leverage the APIs to extend certain fe...
by rinse-dental
Tue May 16, 2023 9:11 am
Forum: API
Topic: How to retrieve Open Dental's calculated insurance and patient portions?
Replies: 13
Views: 4424

How to retrieve Open Dental's calculated insurance and patient portions?

Is it possible to retrieve Open Dental's calculations for the following: Estimated patient portion as found in the appointment screen in Open Dental Treatment plan cost break down including Insurance portion, Patient portion, writeoff, etc. as found in the Treatment Plan screen If not, is it possibl...
by rinse-dental
Wed Apr 19, 2023 8:27 am
Forum: Main Forum
Topic: Checking Frequencies or Issues Before Financial Arrangement
Replies: 8
Views: 13340

Re: Checking Frequencies or Issues Before Financial Arrangement

Okay. So, according to the manual, there is no way to consider a crown or filling limitation on a specific tooth for procedures performed outside our practice. It appears we’ll need to manually check and adjust the estimate. Insurance History accounts for maximums, deductible, and the last date at t...
by rinse-dental
Tue Apr 18, 2023 12:12 pm
Forum: Main Forum
Topic: Checking Frequencies or Issues Before Financial Arrangement
Replies: 8
Views: 13340

Re: Checking Frequencies or Issues Before Financial Arrangement

@adearmondsattler -- I know this is an old thread but relevant to our situation. Is there a way to consider Existing Other procedures in the patient's chart? In our case, a Delta Dental patient has an existing crown that's 5 years old and the plan has a 7 year limitation. We've entered the EO crown ...
by rinse-dental
Wed Feb 01, 2023 9:15 am
Forum: Developers
Topic: Navigational bridge to link into the Open Dental app?
Replies: 1
Views: 3216

Navigational bridge to link into the Open Dental app?

I'm a web guy so this may be a dumb question, but does Open Dental allow a navigational bridge back to the application? For example, if a user clicks a link, presuming Open Dental is installed locally and the user has access, the link will navigate to a specific patient and section of Open Dental. F...
by rinse-dental
Wed Nov 30, 2022 8:31 am
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Hi Sleon - checking on the status of this update. Has this been finished? Thanks!
by rinse-dental
Thu Nov 03, 2022 3:29 pm
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Amazing... you guys are great. Thanks!
by rinse-dental
Fri Oct 28, 2022 9:53 am
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

From Customer.Io support….
E633606C-8967-43F9-AE3B-D8DF5A028B8B.png
E633606C-8967-43F9-AE3B-D8DF5A028B8B.png (668.36 KiB) Viewed 4626 times
by rinse-dental
Thu Oct 27, 2022 4:05 pm
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Thanks for the additional info. "Breaks" was a poor choice of words, sorry. I've not been able to make solutions like Zapier and Customer.IO work at all :) They provide a specific URL for which you can POST; however, they don't seem to work with Open Dental and the only conclusion I can come to is t...
by rinse-dental
Thu Oct 27, 2022 3:28 pm
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

A quick follow-up on this... it seems Open Dental appends "/appointmentevent" to the end of the URL for a WatchTable "Appointment". This appears to break no/low-code services with webhook integrations like Zapier and Customer.IO. Have you found this to be the case or am I missing something?

Thanks!
by rinse-dental
Thu Aug 25, 2022 6:32 pm
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

API Enabled... confirmed . eConnector service installed and API requests sending to Remote API endpoint, confirmed . OpenDentalAPIService/OpenDentalWebConfig.xml looks similar to yours and matches exactly on the highlighted sections, confirmed . Still not working. API service not starting, logging s...
by rinse-dental
Wed Aug 24, 2022 4:06 pm
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

Thanks. The Service still does not start. See the steps I followed below. Copy of WebConfig file from C:\Program Files (x86)\Open Dental\OpenDentalEConnector CHECK Paste to C:\Program Files (x86)\Open Dental\OpenDentalAPIService CHECK Add <Note>DentalOffice</Note> to the APIService OpenDentalWebConf...
by rinse-dental
Wed Aug 24, 2022 11:24 am
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

Update. I uninstalled 'OpenDent' (the econnector service)...then I installed the OpenDentalAPIService... then I reinstalled the econnector service and rebooted the server as instructed. The good news... all 3 Open Dental services are installed The bad news... the API Service is stopped and will not ...
by rinse-dental
Wed Aug 24, 2022 11:09 am
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

It doesn't appear the API service was installed, or if it is... OD isn't picking it up. Here are the 3 services that were installed by default by Open Dental. Screen Shot 2022-08-24 at 10.43.42 AM.png Screen Shot 2022-08-24 at 10.52.12 AM.png Screen Shot 2022-08-24 at 10.44.17 AM.png Here's the vers...
by rinse-dental
Tue Aug 23, 2022 7:11 pm
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

Alright... re: Service API. Next issue. Unless I'm misunderstanding the instructions, the API service did not install automatically. And, when I try to manually install the service, I get this error message. I took a peak over at Windows Services Admin, I see the services lists in the first screen s...
by rinse-dental
Tue Aug 23, 2022 5:19 pm
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

Got it, thank you
by rinse-dental
Sat Aug 20, 2022 10:07 am
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

Re: API Performance Suggestions

Thanks! I think service API is what I'm after, though... for whatever reason, I don't see an option to upgrade to the v22.2 beta. I'm currently running v22.1.54... when I 'check for updates' I get a 'connection successful. no downloads available' .
by rinse-dental
Wed Aug 17, 2022 7:01 pm
Forum: API
Topic: API Performance Suggestions
Replies: 13
Views: 4074

API Performance Suggestions

We're getting some suspect response times for simple APIs like Get Medications (700-1400 ms) and GetAllergies (500-900 ms), and much higher times for GetAppointments/Slots (1200-2000+ ms). We'd love to see these sub-500ms. We're operating with the middle tier architecture with a VM on GCP. The VM/se...
by rinse-dental
Thu Aug 11, 2022 2:05 pm
Forum: Main Forum
Topic: Better/more accurate tracking when Assignment of Benefits is Enrollee (OON Delta Dental)
Replies: 3
Views: 2173

Re: Better/more accurate tracking when Assignment of Benefits is Enrollee (OON Delta Dental)

Thanks. I'm aware of the feature but it's a work around that creates a lot of room for error and is incredibly inefficient.
by rinse-dental
Mon Aug 08, 2022 4:55 pm
Forum: Main Forum
Topic: Window server 2022
Replies: 2
Views: 2525

Re: Window server 2022

I'm running Open Dental on a Windows Server 2022 without issue. I can't speak to the remainder of your setup.
by rinse-dental
Sat Aug 06, 2022 3:54 pm
Forum: Main Forum
Topic: Better/more accurate tracking when Assignment of Benefits is Enrollee (OON Delta Dental)
Replies: 3
Views: 2173

Better/more accurate tracking when Assignment of Benefits is Enrollee (OON Delta Dental)

I'm submitting claims to Delta Dental as an OON provider. 90% of the time, the payment goes to the enrollee. My goal is to make my patients experience as seamless as possible without selling my soul to Delta. So, for these instances where AOB is the enrollee...I typically write off fees greater than...
by rinse-dental
Mon Jun 13, 2022 3:01 pm
Forum: API
Topic: Scheduling a Planned Appointment
Replies: 14
Views: 4033

Re: Scheduling a Planned Appointment

Hey, great! Both the GetPlannedApts and an API to schedule a planned appt would be great. Please let me know where you think this falls in your schedule. Much appreciated!
by rinse-dental
Sun Jun 12, 2022 9:18 pm
Forum: API
Topic: Appointments GET Request to add duration and procedure number(s)
Replies: 2
Views: 1803

Appointments GET Request to add duration and procedure number(s)

Is it possible to add the following to the Appointments GET and GET (multiple) APIs: Duration (int) Procedure Number (string) Planned Apt # (priority set in chart module) Use cases... Get and display duration to patients without pattern conversion Get Planned Apt. duration and op num > Get Slot for ...
by rinse-dental
Sun Jun 12, 2022 9:03 pm
Forum: API
Topic: Scheduling a Planned Appointment
Replies: 14
Views: 4033

Scheduling a Planned Appointment

Is scheduling a "Planned" appointment as easy as using APPOINTMENTS PUT to assign an available datetime (via GetSlots) and setting the status to "Scheduled"?
by rinse-dental
Sun Jun 12, 2022 11:40 am
Forum: Developers
Topic: Cloning an installation configuration
Replies: 2
Views: 4260

Re: Cloning an installation configuration

Thanks; however, what if your production configurations are consistently evolving? In this instance, we're interested in maintaining a "production-like" OD staging environment which would include look/feel like production but have dummy patient, appointment, and claims data. In other words, anything...
by rinse-dental
Wed May 18, 2022 10:43 am
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Thanks! Another question... I've set my workstation; however, it appears I get 2, sometimes 3 distinct calls to my hook for each change. The calls appear to be from three different hosts, one from my server and 2 others from what I presume to be other online workstations. I've tried changing my work...
by rinse-dental
Tue May 17, 2022 9:31 am
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

@SLeon - sorry, quick follow-up question. Does the API Event payload batch all events that occurred between the last call and next call? Or, will it send individual payloads for every event?
by rinse-dental
Mon May 16, 2022 2:41 pm
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Boom, got it! Thanks!
by rinse-dental
Mon May 16, 2022 12:27 pm
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

Re: How to: Post to public webhook?

Thanks. 2 clarifying question before I keep trying... Does the change to the appointment need to be from the API or will API Events fire regardless of change type (e.g. user changes apt status in Open Dental vs. API changes apt. status)? Does the endpoint need to be local or in a private network? I'...
by rinse-dental
Mon May 16, 2022 10:07 am
Forum: API
Topic: API General Update Request | Include TimeZone on all datetimes
Replies: 3
Views: 2405

API General Update Request | Include TimeZone on all datetimes

Would love to see timezone including on all dates, including DateTStamp, serverDateTime, and especially AptDateTime
by rinse-dental
Sat May 14, 2022 10:00 am
Forum: API
Topic: How to: Post to public webhook?
Replies: 21
Views: 6071

How to: Post to public webhook?

Use Case: Send custom email/SMS to patient post visit (thank you, survey, etc.). I use Twilio for customer communication and have created a webhook that listens for an event. Is it possible for Open Dental to post to that webhook when appointment status changes to complete? It seems API Events and A...
by rinse-dental
Sat May 07, 2022 12:35 pm
Forum: Advanced Topics
Topic: Where is the DB relationship between definitions/websched and appointmenttype?
Replies: 3
Views: 4856

Where is the DB relationship between definitions/websched and appointmenttype?

A FK relationship doesn't seem to exist on either the definition or appointmenttype table.
by rinse-dental
Tue Apr 26, 2022 11:09 am
Forum: API
Topic: API Feature Request | Update Allergies/Diseases/Medications
Replies: 8
Views: 3760

Re: API Feature Request | Update Allergies/Diseases/Medications

Thanks! When do you expect these to be pushed to a production/non-beta release?
by rinse-dental
Mon Apr 11, 2022 4:41 pm
Forum: API
Topic: API Feature Request | Update Allergies/Diseases/Medications
Replies: 8
Views: 3760

Re: API Feature Request | Update Allergies/Diseases/Medications

Amazing - is there a way to get a sense of general timing or where this falls in your backlog?
by rinse-dental
Wed Apr 06, 2022 2:39 pm
Forum: API
Topic: API Feature Request | Update Allergies/Diseases/Medications
Replies: 8
Views: 3760

API Feature Request | Update Allergies/Diseases/Medications

I'm requesting some ability to update and/or delete a patients allergies, diseases, and medication. For example, when a pregnant patient is no longer pregnant, update to "resolved". If a patient incorrectly reports a medication, ability to delete.