Open teryhill opened 5 years ago
General EHR vs. MIPS issue. Does not mean it is low priority though.
Steps:
My Test:
I entered a wide date range and a age of 1-99. That is NOT saying that the results were related to the input criteria, just that the report at least ran. I imagine that there is a lot of digging that needs to be done to figure out what this report is doing in each case. Terry, what specific criteria did you run, and what let you know the results were not right?
if you do a search for
I think all the search criteria buttons dont work as expected
Okay giving this a look and see that some variables are not declared within the scope of the function definition. Managed to fix the Report > Clients > Patient list & Report > Clients > Patient list Creation which all do not search with the criteria. @Trodrige i see that you worked on this, query looks okay but i see this $whr_stmt="where 1=1";
where u started the where statement and this causes it to always return all patients when i dump()
or print_r()
at any point in the codebase file. Now i dont know why i don't get them displayed.
$answer = array('result' => $result, 'row_id' => $row_id, 'img_id' => $img_id, 'k' => $k );
This seems to not return anything.
I think this is resolved @aethelwulffe
This report does not appear to be display the data based on the search criteria.