Search found 14 matches

by laborspy
Mon Apr 21, 2025 6:04 pm
Forum: Main Forum
Topic: Wordpress -- Scheduling Plugin
Replies: 8
Views: 5496

Re: Wordpress -- Scheduling Plugin

Send me a DM with your contact info etc.
by laborspy
Fri Feb 07, 2025 8:51 am
Forum: Main Forum
Topic: Wordpress -- Scheduling Plugin
Replies: 8
Views: 5496

Re: Wordpress -- Scheduling Plugin

I would love to be a part of this. I use wordpress as well and could try to integrate this into my website and open dental. How it is initially shaping up, all via API. I'm pulling existing OD open schedule blocks so there isn't a need to sync or keep anything updated on your external site. Just wo...
by laborspy
Wed Feb 05, 2025 8:00 pm
Forum: Main Forum
Topic: Wordpress -- Scheduling Plugin
Replies: 8
Views: 5496

Re: Wordpress -- Scheduling Plugin

send me a message with your contact info, I'll reach out :)
by laborspy
Tue Feb 04, 2025 1:45 pm
Forum: Main Forum
Topic: Wordpress -- Scheduling Plugin
Replies: 8
Views: 5496

Re: Wordpress -- Scheduling Plugin

Good afternoon, Please see Open Dental's documentation on Plugins. Notably: Plug-ins were phased out because third parties could cause serious issues by writing data to the Open Dental database tables and Open Dental had no way to make them safe. Fully aware of those, but this is not a Open Dental ...
by laborspy
Tue Feb 04, 2025 1:15 pm
Forum: Main Forum
Topic: Wordpress -- Scheduling Plugin
Replies: 8
Views: 5496

Wordpress -- Scheduling Plugin

I'm in the process of developing a WordPress plugin for Open Dental. If it sounds interesting reach out I'd love to get feedback on it as it is fleshed out. Functions that it would have out of the gate: allow new patients to fill out a form, and create them as a new patient allow the admin to select...
by laborspy
Tue Feb 04, 2025 9:18 am
Forum: Advanced Topics
Topic: Two Instances of OD on Same Machine?
Replies: 2
Views: 23164

Re: Two Instances of OD on Same Machine?

drtech wrote:
Sun Oct 27, 2024 6:08 pm
yes, we run two copies regularly on the same machine, esp with two monitor systems at the front desk.
ever consider using a joined interface where everything is available at your finger tips inside of 1? Saves soo much time.
by laborspy
Wed Jan 29, 2025 6:31 am
Forum: API
Topic: API Request -- Documents Import?
Replies: 2
Views: 2601

Re: API Request -- Documents Import?

I will migrate coding to that and setup a SFTP server. Ideally just writing the file into the A-to-Z folder and somehow requesting Open Dental to index it would be amazing as it is less overhead.
by laborspy
Tue Jan 28, 2025 12:49 pm
Forum: API
Topic: API Request -- Documents Import?
Replies: 2
Views: 2601

API Request -- Documents Import?

If I am overlooking something please forgive me and redirect. Is there a chance we can get an import/refresh function of the Documents in the API? There are so many ways of placing something int the A-to-Z folder but nothing currently in place to trigger Open Dental to index them until someone click...
by laborspy
Wed Jan 22, 2025 11:27 am
Forum: API
Topic: API Request -- InsPlans
Replies: 2
Views: 19155

API Request -- InsPlans

I'm hoping this is a quick and easy one. Looking to get IsMedical added as an option in /insplans on PUT. Right now we can see that it is true/false with the /familymodules but we are unable to update it. You can send it in to the existing endpoint but it is ignored. Doc Link: https://www.opendental...
by laborspy
Mon Jan 20, 2025 6:50 am
Forum: API
Topic: pop-up -- disable or update?
Replies: 2
Views: 3797

pop-up -- disable or update?

We have pop-ups with Create and Get is there any change we can get an update with PUT to allow us to update them? Including the disable? Current: https://www.opendental.com/site/apipopups.html Proposed: PUT /popups?PopupNum=10 { "Description": "Verify cell phone number is accurate.", "PopupLevel": "...
by laborspy
Mon Dec 30, 2024 9:58 am
Forum: API
Topic: MedicaidID on Patient POST and PUT?
Replies: 4
Views: 5017

Re: MedicaidID on Patient POST and PUT?

I always try to look before I ask and this one appears to been open since 2021 and only GET was added into production. -- https://www.opendentalsoft.com:8085/for ... dID#p34501
by laborspy
Mon Dec 30, 2024 9:24 am
Forum: API
Topic: MedicaidID on Patient POST and PUT?
Replies: 4
Views: 5017

MedicaidID on Patient POST and PUT?

There any chance MedicaidID can be added to the POST and PUT for the patients API? I see we can GET, and it is a response from the creation on POST but you can never touch that field via API. I've seen requests back several years but no updates and can confirm it is still missing today in Dec 2024. ...
by laborspy
Mon Dec 30, 2024 9:22 am
Forum: API
Topic: Golden age dental care API request
Replies: 8
Views: 11636

Re: Golden age dental care API request

+1 ... I'd also like this functionality as well.
by laborspy
Wed Nov 13, 2024 7:13 pm
Forum: Main Forum
Topic: New UI/UX for OpenDental
Replies: 9
Views: 26670

Re: New UI/UX for OpenDental

I have done this exact thing. I wrote an entire interface for patients, self scheduling, etc. It grew over time and it is beautiful, but like others said was a very large undertaking. It completely took building another API on top of the existing Open Dental API to get the job done.