diff --git a/interface/patient_file/history/encounters.php b/interface/patient_file/history/encounters.php index ae68a29c0f5..06d668821e2 100644 --- a/interface/patient_file/history/encounters.php +++ b/interface/patient_file/history/encounters.php @@ -314,7 +314,7 @@ function changePageSize() { $name = getPatientNameFirstLast($pid); $dob = text(oeFormatShortDate(getPatientData($pid, "DOB")['DOB'])); $external_id = getPatientData($pid, "pubpid")['pubpid']; - echo text($name) . " (" . text($external_id). ")" . "    DOB: " . $dob ; + echo text($name) . " (" . text($external_id) . ")" . "    DOB: " . $dob ; } ?>