Has anyone had any issues running the 9.8 Crystal Reports for Meaningful Use? We are working with SAignite to run our Crystal reports and they work fine in our old 9.5 environment but will not get any data in our 9.8.4.
Any idea's??
Thanks
There is a new distribution package for 9.8x GE EMR users, with new Crystal Reports .rpt files. It should be somewhere on the GE site - just don's remember where. Prior software versions will not work correctly.
~Joe
There was a sql script included that you have to run. It changes a document view:
update DOCVIEWS set VIEWNAME = 'Patient Encounter (MU)' where DOCVIEWID = 10
and VIEWNAME = 'Patient Encounter (MU) (Deprecated)';
commit;
You could also rename it in the EMR client and get the same result. You should get data after that.