Reverse linking

This forum is for programmers who have questions about the source code.
Post Reply
teethdood
Posts: 267
Joined: Sun Jul 29, 2007 12:39 am
Location: Visalia, CA
Contact:

Reverse linking

Post by teethdood » Fri May 18, 2012 2:18 pm

Normally OD parses arguments to other programs in Program Links. What if I want to parse an argument to OD? In example, i want "opendental phone 18001234567" to fire up OD to the patient(any in the family) whose phone number (any) matches. That should make it easy to integrate a google voice app to fire up OD a la asterisk PBX
Philip H. Doan, DDS
http://www.kaweahdental.com/

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

Re: Reverse linking

Post by jordansparks » Wed May 23, 2012 1:27 pm

You're asking about command line arguments. We currently process the command line arguments listed here: http://www.opendental.com/manual/commandline.html
We would need to add another argument. The syntax would look more like this:
opendental Phone=18001234567
You would need to submit a feature request for that.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply