Why disable "bluebook" for PPO Percentage plans?

This forum is for programmers who have questions about the source code.
Post Reply
mowgli
Posts: 134
Joined: Fri Sep 14, 2007 1:42 pm

Why disable "bluebook" for PPO Percentage plans?

Post by mowgli » Wed Feb 18, 2009 10:33 am

Can anyone explain the rationale behind the change below? It was nice to have that "bluebook" feature for PPO plans in v6.1, but I'm sure there must have been some problem that led to its being disabled.

Author: jordansparks
Date: 2009-01-07 07:56:33 -0800 (Wed, 07 Jan 2009) New Revision: 2306

Modified:
head/OpenDental/Forms/FormClaimPayTotal.cs
opendental6.2/OpenDental/Forms/FormClaimPayTotal.cs
opendental6.3/OpenDental/Forms/FormClaimPayTotal.cs
Log:
When entering insurance payments for PPO, allowed fee entries no longer save to the PPO fee sched.

Modified: head/OpenDental/Forms/FormClaimPayTotal.cs

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

Re: Why disable "bluebook" for PPO Percentage plans?

Post by jordansparks » Wed Feb 18, 2009 3:47 pm

Yes, big problems. Can you imagine if someone has entered in their PPO fee schedule very carefully, only to find out later that it was inadvertently altered by someone who filled in an allowed fee when entering a payment? With PPO's you already have access to the fee schedule, so it's pointless to also enter it on the fly upon receiving payments. The "bluebook" feature is for plans that you _don't_ know the fee schedules for ahead of time.
Jordan Sparks, DMD
http://www.opendental.com

mowgli
Posts: 134
Joined: Fri Sep 14, 2007 1:42 pm

Re: Why disable "bluebook" for PPO Percentage plans?

Post by mowgli » Thu Feb 19, 2009 7:54 am

That's kind of what I anticipated; considering that writeoffs are applied automatically, it's understandable. Thanks for the reply.

Post Reply