I need a custom Crystal Report written fairly quickly for an audit. Any suggestions?
A report to to what? Perhaps someone has something similar already built? I know that I have over 1000 reports on-file that I have built looking at many different things.
I would be happy to write report for you if one is not available.
A report to search or filter for?
I have a large library of reports I have written also. What are you looking for?
Hi, I'm looking for a report to capture duplicate emails. If someone has that report and is willing to share, that would be great! I'm on EMR v9.8.11.
thank you!
You could use a SQL query to do this pretty easily.
select emailaddress, count(emailaddress) from PatientProfile group by emailaddress having (count(emailaddress) > 1)
I'm looking for a report that would be able to give me a list of missing dictations.