Page 1 of 1

sync with outlook

Posted: Thu Apr 24, 2008 5:03 pm
by drtbar
How can I extract my patient information and sync it with my outlook contacts? Is there a way to automate the process?

Re: sync with outlook

Posted: Sat Sep 12, 2009 8:05 pm
by enamelrod
DOes OD sync with outlook? Can it be done?

Re: sync with outlook

Posted: Sun Sep 13, 2009 8:56 am
by jordansparks
It sort of depends on how involved you want to get. Nearly anything is going to require someone writing a short macro in Visual Basic. This is a feature of Outlook. So someone who was resourceful could do it, but it's not an included feature of OD. You're not asking about appointments or email, right? Just contacts? I know that in import/export format does exist for Outlook contacts. It would be a feature request.

Re: sync with outlook

Posted: Wed Sep 16, 2009 3:38 pm
by enamelrod
yes just contacts which i want to use in outlook and hudlite.

Re: sync with outlook

Posted: Wed Sep 16, 2009 4:53 pm
by jordansparks
OK, if you do feel like writing a script, you could initially pull all patients from the OD database. Then for changes, the patient table has a DateTStamp column that holds the date and time that the last change was made to each row. If you keep track of the last time you checked for changes, a simple query can pull all recent changes. Like I said, it might get a little involved, but it is doable.