Question:

Subject:


Example: “ASK Sales” or "Account Help"

Name:

E-mail:

 

 

PerioPal Bridge Code

To call PerioPal from another Windows application, add six lines of code to your system.  The command structure is

   [Application Path]/PerioPal "PtChart;PtName;PtBday;PtMedAlert;"

NOTE: All 4 arguments are passed as a single string with a  ‘ ; (semi-colon) as the field delimiter

 

Where :

     [Application Path ] Usually = C{\Program Files\PerioPal\

     Pt Chart = AlphaNumeric Chart number from the Office Management  System

     PtName = Patients Last;First Middle Init

     PtBday is the Patient Birthdate in any Microsoft Access compatible date format

     Pt MedAlert is a Y or N.

Example:

"C:\Program Files\PerioPal\PerioPal.exe" "1; Black;Jack;11/26/1983; N;"