Notifications
Clear all
Topic starter
Is there a report to provide email address?
Posted : December 15, 2016 4:09 am
You can always use SQL:
SELECT PatientId, First, Middle, Last, EmailAddress
FROM PatientProfile
WHERE ISNULL(EmailAddress,'') <> ''
Posted : December 15, 2016 4:43 am
Are you looking for a solution for CPS or EMR (different data tables)? Also, do you have access to Crystal Reports (standalone, or know how to load reports into GE)?
Posted : December 15, 2016 5:52 am