In the Main Menu, click Setup, Program Links. Double-click on ProImage.

AFP Imaging DBA Imageworks is a digital imaging program. Website: https://www.imageworkscorporation.com/evasoft-software/. Also known as Dent-X ProImage, Eva, or EvaSoft Bridge.
Bridge Setup
Enter the necessary settings to enable this bridge. Only the fields that need edits are listed:
- Enabled: Check to enable this bridge.
- Additional Properties: Double-click a row to change settings.
- Enter 0 to use PatientNum, or 1 to use ChartNum: Determine which identifier is used to launch the patient in the bridge.
- Button Settings: Determine the visual behavior of the bridge button.
- Hide Button for Clinics: If using clinics, determine which clinics this button should and should not display for.
- Add a button to these toolbars: Determine which toolbars this button should display under. Defaults to ChartModule.
- Button Image: (Optional) Import an image to show on the button (must be exactly 22 x 22 pixels).
Click Save to keep changes.
Technical Details
EvaSoft must be running in the background for the bridge to work.
The ProImage database is based on the patient number. Open Dental sends the patient number, last name, first name, date of birth, address, etc. to ProImage. If the patient does not exist, a new patient record is created.
If the patient number exists but the additional information sent does not match, the patient record is updated to match the patient information from Open Dental.
Check ProImage patient records to confirm the information matches Open Dental before using the bridge. To check:
- Select the patient in ProImage from the Update Patient button located in the upper left or File menu. If it is not visible, enable the button from the Advanced settings under the Edit menu, Preferences, then Toolbar Style.
- Select the same patient in Open Dental.
- Compare the ID in ProImage with the Patient Number in Open Dental. They must match before the bridge can be used.
- If they do not match, change the patient ID in ProImage to match the patient number in Open Dental (patient numbers in Open Dental cannot be changed). To print a list of names and patient numbers run this Query in the User Query window:
SELECT PatNum AS PatID,LName,FName, Birthdate FROM patient ORDER BY LName,FName