Appointment search functionality

This forum is for programmers who have questions about the source code.
Post Reply
alkhaef
Posts: 105
Joined: Fri Jul 02, 2010 10:37 am
Location: Los Angeles, CA

Appointment search functionality

Post by alkhaef » Thu Sep 02, 2010 12:11 pm

Hello,

We haven't started using the "search" functionality yet, but if we get all our procedure patterns right, it would be a SLICK tool, so I would like to start soon.

Just flipping through the code, though, it looks like it's looking for free provider slots, but not looking for free ops for the whole appointment. In the following contrived example, where we're looking for a slot for /XX//////, with three ops with the following patterns:
X////////
///XXX///
/////////
It looks like it would flag the first time slot as available, because the X's say so, even though there is no op available for the slot.

Am I reading that right? Is this by design?

Thanks,
Al
Al
Help! I've OD'ed on OD! :)

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

Re: Appointment search functionality

Post by jordansparks » Fri Sep 03, 2010 9:31 pm

Yes, that's right. It's all about provider time.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply