Navigational bridge to link into the Open Dental app?

This forum is for programmers who have questions about the source code.
Post Reply
rinse-dental
Posts: 73
Joined: Wed Apr 06, 2022 12:04 pm

Navigational bridge to link into the Open Dental app?

Post by rinse-dental » Wed Feb 01, 2023 9:15 am

I'm a web guy so this may be a dumb question, but does Open Dental allow a navigational bridge back to the application? For example, if a user clicks a link, presuming Open Dental is installed locally and the user has access, the link will navigate to a specific patient and section of Open Dental.

For example... C:\Program Files (x86)\Open Dental\OpenDental.exe > Patnum = X > Section = Account

User avatar
dcrider
Posts: 67
Joined: Sun Sep 29, 2019 11:03 am
Contact:

Re: Navigational bridge to link into the Open Dental app?

Post by dcrider » Wed Feb 01, 2023 9:47 am

OpenDental.exe accepts command-line arguments. See their documentation here: https://www.opendental.com/manual/commandline.html

Post Reply