We are unable to import the report. IT says we need the .bin file in order to do so. Do you happen to have that? Thank you for posting!
Are you on oracle or sql? We are on oracle 9.2 and the report worked fine for us but I just loaded it into our beta version of CPS 11 and it produced blank results.
As the creator, I am on Oracle and EMR 9.5
Perhaps some differences in file structure?
Ah, maybe thats our issue. We run SQL. We are on CPS version 11
We are on sql, so that is probably the issue.
Does anyone have this report or one like it for SQL?
I have tried running the report in Oracle 9.5 and it seems that it is not catching all of our patients. I prescribed a medication on one of our test patients and the patient did not pull to the report.
Is it only looking at certain document types or are there any other limitations.
Thanks,
Janet
Not seeing a test patient is very likely given the selection criteria:
{PRESCRIB.CLINICALDATE} in ({?Start_Date} to {?End_Date}) and
cstr({MEDICATE.XID}) = "1.00e+035" and
{PERSON.ISPATIENT} = "Y" and
not (LowerCase({PERSON.LASTNAME}) like ["test","testing","logician"]) and
{MEDICATE.STOPDATE} = Date (4700, 12, 31) and
{@_ValidLine} = "OK" and
{MEDINFO_1.LEGEND} = "R"
The report specifically tries to exclude test patient with the line in bold above.
I have attached our version of this form. Feel free to post questions if you have any.
Hope this is helpful to you!
Thank you so much for sharing. When I try to run it in Oracle 9.5 it asks for a groupname which I do not have and then I get an error.
When I try to run it in CPS 11 I get an error source message.
What version are you using this report in?
thanks!
Has anyone made a similar report that works with SQL?
Hopeful that someone has!
Rebecca
I am looking for this exactly! Did you ever find anything? If so, do you think you could kindly send it to my email? [email protected]
Did you ever end up finding one? I am looking for the same thing.