Appointment view/pop-up

For users or potential users.
Post Reply
zt22
Posts: 20
Joined: Fri Nov 06, 2009 12:44 pm

Appointment view/pop-up

Post by zt22 » Tue Apr 12, 2011 5:12 am

Using 7.2.46, about appointment views:

- Is there a reason why this pop-up (that appears on the appointment) shows "Insured" when the appointment is not complete, and only shows the name of the insurance when the appointment is completed?

- Is the pop-up customizable?

What I would like to do is have the name of the insurance and if possible the insurance plan Subscriber Notes to appear in the pop-up-- it would be nice to see that from the appointment page rather than going back and forth to the family page to see insurance info.

In addition, I would prefer to see the family balance in the pop-up rather than the fees for that appointment?

Any way this could be done? Even if it could be done in a separate appointment view, but would prefer the pop-up. Thanks.

zt22
Posts: 20
Joined: Fri Nov 06, 2009 12:44 pm

Re: Appointment view/pop-up

Post by zt22 » Wed Apr 13, 2011 4:53 am

Searching the forum again, I answered one of my questions:

pop-up is not customizable, but I could edit source code at 'ContrAppt.cs line 3130.'
So, I suppose having the insurance carrier name show always in the pop-up is somewhat 'do-able' ?

But before I get into editing source code, I just want to know:

- Is there a way to display any information pertaining to the Insurance plan in the appointment views? I only see fields from patients info or appointment fields, and similarly for the custom fields.

- Can a custom field added in patient info or appointment be set automatically based on info in the insurance plan or a certain completed procedure?
Reason I ask is that for Ortho Patients, I'd like to have a flag (showing in appointment views) to say this person is in active treatment. And a flag showing type of insurance for eligibility checks when confirming next day's appointments. Way I see it, the only way to do this is to set up a custom field in Patient info and set it manually for every patient or is there an easier way that I am missing here?

Thanks.

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Appointment view/pop-up

Post by jordansparks » Thu Apr 14, 2011 9:39 am

Well, if it was easy, we would have done it. It's harder than it sounds.
Your questions:
1. Not yet. See feature requests.
2. Manually setting those custom fields for each patient is the only way right now.
Jordan Sparks, DMD
http://www.opendental.com

zt22
Posts: 20
Joined: Fri Nov 06, 2009 12:44 pm

Re: Appointment view/pop-up

Post by zt22 » Fri Apr 15, 2011 8:37 am

I think you were primarily talking about appointment views, but what about the pop-up (that appears on the appointment), it shows "Insured" when the appointment is not complete, and shows the name of the insurance carrier when the appointment is completed. I'd like to be able to see the insurance in the pop-up always. So could I modify the source code to always show the name of the carrier?

Thanks.
Last edited by zt22 on Fri Apr 15, 2011 9:24 am, edited 1 time in total.

User avatar
drtech
Posts: 1663
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Appointment view/pop-up

Post by drtech » Fri Apr 15, 2011 9:14 am

yes, if you want something different, you can modify the source code. if you want ease of not having to do this for every version update, you need to make a plugin to modify instead of directly...or as long as OD doesn't change the same code in a new version, you can leave your pop-up bubble code changed and rebuild with new versions... (it is much simpler to just edit the code as long as no conflicts occur in new versions)
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

Post Reply