Share This Post:

Appointment Reminder with GE Centricity

I am testing Auto Reminder to see if I can integrate it with GE Centricity. I have exported appointments from Centricity and can import them to AutoReminder. The problem is I need to get the confirmation status of the call. Is there a way to create appointments by importing a cvs file and then retrieve their confirmation status? I have done some research and it seems I could initiate the appointment/call through the http interface and then retrieve the confirmation status, but it will be a much easier integration if all I have to do is import a CVS file. I can’t retrieve the confirmation through the http interface because I don’t know the appointment id’s of the calls that have been made

Sure you can. When you using the command line to import appointments, the results (the appids) are saved in the cmdresult.txt file. It is a semicolon separated list of appids. If an appointment is not imported correctly, an empty appid is returned. You can then use the appids to query the confirmation status. So all you need to do is to keep track of an appointment and its corresponding appid.

Share This Post:

This entry was posted in Appointment Reminder, Developer. Bookmark the permalink.