Laboratory results does not show values in the patient’s portal, nor does it show some ranges and shows non-final results. (I do not know why some results are repeated): I did it on the demo site https://demo.openemr.io/c/openemr
@luisuriarte,
It causes due to typo error in the below line.
File path : openemr/portal/get_lab_results.php
Line Number : 114
Currently it is specified as echo "<td>".text($row['result'])."</td>";
Need to change as echo "<td>".text($rrow['result'])."</td>";