-
PWApp v2.3 Stable
released this
2023-12-29 18:50:19 -05:00 | 10 commits to master since this releaseChanges:
- Added support for PDF attachment type
- UI changes accordingly
Install instructions:
- Follow instructions for v2.2 below.
Downloads
-
PwappV2.2 Stable
released this
2023-11-20 16:46:54 -05:00 | 10 commits to master since this releaseChanges:
- Change to file structure to support separate config files
- Add simple auto updater
Install Instructions:
- Download the zip file and extract it to the C:\ directory
- Run the updater in the PWAPP\Updater folder
- If the program throws an error stating it needs the .NET runtime environment, follow the prompts to install the runtime environment. Run the updater again.
- Follow the prompts through the updater. The program is now up to date.
- In the PWAPP\Config folder, open the file named PracticeConfig.xml in your favorite text editor.
- Modify the existing values to match the values for the location.
- Save the PracticeConfig.xml file and move on to the OpenDental configurations.
OpenDental instructions:
- Launch open dental and navigate to the main page.
- In the menu bar at the top, go to Setup->Program Links
- In the Program Links menu, click the Add button at the bottom.
- In the new Program Link prompt, in the "Path of file to open" field, enter "C:\PWAPP\App\App\PWAPPv2.exe" without quotes.
- In the "Optional Command Line Arguments" field, enter "[PatNum]" without quotes.
- In the "Description" and "Text on button" fields, enter PatientWeb.
- In the "Button Settings" menu, select "Main Toolbar".
- Finally, check the "Enable" box and click "OK". You should now see a button in the main toolbar labeled "PatientWeb".
If the app does not work, go over the instructions again or contact administrator.
Downloads
-
PWAppV2.0 Pre-Release
released this
2023-07-27 19:18:46 -04:00 | 10 commits to master since this releaseInstallation instuctions:
- Download the .zip file below
- Extract the PWAPP directory from the .zip DIRECTLY TO THE C:\ DIRECTORY. When OpenDental runs an external app, the app runs from the OpenDental installation directory, therefore making all relative paths invalid. Because of this idiotic decision by OpenDental, all file paths in PWApp are currently hardcoded to C:\PWAPP\
- Navigate inside the PWAPP folder into the Config folder
- Open Config.xml in your favorite text editor
- Edit ODhost, ODdatabase, ODuser, ODroot, and ODpassword to reflect the Open Dental settings for the local site
- Edit pwuserid, pwpassword, pwpracticeid, and pwapiid to reflect the PatientWeb settings for the local site. If the site is a test site, leave these settings as is.
- Save and exit the document.
Open Dental instructions:
- Open Open Dental and log in with the administrator account
- Navigate in the top bar to Setup > Program Links
- At the bottom of the Program Links page, click add
- In the "Path to file to open" box, enter C:\PWAPP\PWAPPv2.exe
- In "Optional command line arguments, enter "[PatNum]" as seen in the description under the box (without quotes)
- In "Text on button", give the button a friendly name (i.e. PatientWeb)
- Click 'OK" and restart Open Dental
- A button at the end of the navigation bar should appear. To use the app a patient must be selected.
Downloads