Search found 17 matches

by Jess
Wed Sep 06, 2023 9:29 am
Forum: API
Topic: Program Link Triggered E-Mail for Next appointment using n8n
Replies: 8
Views: 2589

Re: Program Link Triggered E-Mail for Next appointment using n8n

You can create a Program Link to place a button in the UI, like pictured above. Our manual has a lot of details for setup and implementation. I would recommend referencing Program Links for general information and Custom Bridges for creating your own program link. Are there lists of the "many patie...
by Jess
Tue Aug 07, 2018 6:20 am
Forum: Main Forum
Topic: which imaging software is most cost effective?
Replies: 6
Views: 12517

Re: which imaging software is most cost effective?

Apteryx seems expensive, especially if you have many treatment rooms, but it does work better than the other stuff I've seen. Some sensors are sort of fiddly when used with the software that their manufacturer supplies, but these seem to work with no problem with Apteryx. I really like the fact that...
by Jess
Wed Apr 04, 2018 1:29 pm
Forum: Advanced Topics
Topic: TLS versions and DB engines
Replies: 7
Views: 13349

Re: TLS versions and DB engines

We present this error because we do not want a mixture of InnoDB and MyISAM tables to arise in the database. If your default storage engine was InnoDB, then any new tables would become InnoDB. In this situation, the easiest and recommended action is to add this line to the server's my.cnf file: def...
by Jess
Fri Mar 30, 2018 2:10 pm
Forum: Advanced Topics
Topic: TLS versions and DB engines
Replies: 7
Views: 13349

Re: TLS versions and DB engines

In regards to TLS, Open Dental will support TLS 1.3 once it becomes widely adopted. We will have to wait at least until Microsoft includes TLS 1.3 in the .NET framework. To give a little bit of explanation on why we did not support TLS 1.2 sooner, doing so required that we upgrade to .NET 4.5. This...
by Jess
Fri Mar 30, 2018 1:58 pm
Forum: Advanced Topics
Topic: TLS versions and DB engines
Replies: 7
Views: 13349

Re: TLS versions and DB engines

...we were told that our Linux setup was all wrong, since it used MyISAM for the DB engine. It was a total mystery to me why the engine would have been set to old-n-busted MyISAM. We recommend users use MyISAM and will continue to do so because it is significantly easier for us to support on a gran...
by Jess
Tue Mar 27, 2018 8:23 pm
Forum: Advanced Topics
Topic: TLS versions and DB engines
Replies: 7
Views: 13349

TLS versions and DB engines

I'll preface this by saying that I know tech support don't support Linux. Also I know that there is probably some mailing list we could have monitored to realize we'd need to update from v15 on an emergency basis. (Anyone who could point out that mailing list would be appreciated!) I'll also note th...
by Jess
Wed Mar 23, 2016 5:37 pm
Forum: Main Forum
Topic: Payment appears in report but not in GUI
Replies: 4
Views: 7686

Re: Payment appears in report but not in GUI

The payment was on the patient's husband's account. Sorry for the noise; I should have known this one.
by Jess
Mon Mar 21, 2016 1:46 pm
Forum: Main Forum
Topic: Payment appears in report but not in GUI
Replies: 4
Views: 7686

Payment appears in report but not in GUI

One of our people intended to reverse a payment that she had submitted as a check payment when it ought to have been submitted as a credit card payment. I don't know what she actually did to this payment. She got it to disappear from the "Account" screen, but it still shows up in the "Daily Payments...
by Jess
Thu Feb 18, 2016 10:17 pm
Forum: Main Forum
Topic: Please confirm: auto codes don't consider quads?
Replies: 6
Views: 10392

Re: Please confirm: auto codes don't consider quads?

Thanks for the info. I misunderstood the purpose of autocodes. They are only for the purpose of making sure that procedures' "targets" don't conflict with their ADA codes. For some reason I had thought it might be possible to use them to enforce other conditions.
by Jess
Tue Feb 16, 2016 5:59 pm
Forum: Main Forum
Topic: Please confirm: auto codes don't consider quads?
Replies: 6
Views: 10392

Please confirm: auto codes don't consider quads?

I just wanted to confirm that I'm not missing something obvious. When setting up auto codes, we can't consider quads, correct? My idea was to set up an auto code for a four-quad alveoloplasty that would be guaranteed not to generate insurance claim validation errors. It doesn't seem like that's poss...
by Jess
Thu Jan 07, 2016 8:14 pm
Forum: Main Forum
Topic: How does a saved treatment plan become an appointment?
Replies: 3
Views: 6833

Re: How does a saved treatment plan become an appointment?

Should we upgrade to the newer version? We just installed this one last week! Thanks!
by Jess
Thu Jan 07, 2016 3:10 pm
Forum: Main Forum
Topic: How does a saved treatment plan become an appointment?
Replies: 3
Views: 6833

How does a saved treatment plan become an appointment?

(We're on v15.3.38) It's annoying that after spending lots of time in the Treatment Plan screen getting several different treatment plans just right, we can't seem to take advantage of that in the "Make Appt" dialog. The online user manual seems to imply that we need to keep track of which saved tre...
by Jess
Tue Jan 05, 2016 4:04 pm
Forum: Main Forum
Topic: Frustrated by Procedure Code Limitation
Replies: 4
Views: 7957

Re: Frustrated by Procedure Code Limitation

Thanks so much for the help! Our system is looking much better now...
by Jess
Tue Jan 05, 2016 12:06 pm
Forum: Main Forum
Topic: Frustrated by Procedure Code Limitation
Replies: 4
Views: 7957

Frustrated by Procedure Code Limitation

Our practice makes a lot of dentures. Some patients want the cheapest they can get. Others want to spend more for better materials. We're happy to serve both types of patients. Actually we have three different "grades" of complete denture. All three are D5110 and D5120. That's why it's frustrating t...
by Jess
Mon Aug 24, 2015 2:38 pm
Forum: Developers
Topic: is SET GLOBAL sql_mode=' ' necessary or will SESSIONS work?
Replies: 4
Views: 11769

Re: is SET GLOBAL sql_mode=' ' necessary or will SESSIONS w

OD will only ever use sessions that OD creates, right? Therefore, I don't see the problem with keeping this at session level. If this is the only reason we're granting on '*.*' instead of 'opendental.*', that seems ill-advised.
by Jess
Tue Jul 14, 2015 1:55 pm
Forum: Advanced Topics
Topic: How does the Program Link to Ewoo/EZDent work?
Replies: 4
Views: 8873

Re: How does the Program Link to Ewoo/EZDent work?

OK from reading the code in "OpenDental/Bridges/Ewoo.cs" it appears that everything goes through a "linkage.xml" file, which is created by Open Dental, then read and immediately deleted by EZDent. So I guess what I need is a reference for the elements and attributes that can appear in that file. I'v...
by Jess
Tue Jul 14, 2015 7:38 am
Forum: Advanced Topics
Topic: How does the Program Link to Ewoo/EZDent work?
Replies: 4
Views: 8873

How does the Program Link to Ewoo/EZDent work?

The other program link we've been testing, to Trophy/Kodak, seems pretty straightforward. It's passing a few flags on the command line to "tw.exe" in order to select the patient. (By the way, does anyone have a complete command line reference for Kodak/Carestream? I'd be very grateful!) However, it ...