arnabnaha wrote on Friday, April 01, 2016:
Hello
Whenever we click on past appointments from the patient summary screen it opens a popup with irrelevant data in it. It doesnot show the appointment in details. Please see the image below…
arnabnaha wrote on Friday, April 01, 2016:
Hello
Whenever we click on past appointments from the patient summary screen it opens a popup with irrelevant data in it. It doesnot show the appointment in details. Please see the image below…
arnabnaha wrote on Friday, April 01, 2016:
It doesnt show the patient name, the status is checked out still it shows none, even the date of appointment is not shown properly. Please see the attached image in the above post.
Thanks and regards
Dr. Arnab Naha
epsdky wrote on Friday, April 01, 2016:
Hello Arnab,
In…
interface/patient_file/summary/demographics.php
need to relace line 1480 (4.2.1) (or 1481 (4.3.1))…
echo "<a href='javascript:oldEvt(" . htmlspecialchars($row['pc_eid'],ENT_QUOTES) . ")' title='" . htmlspecialchars($etitle,ENT_QUOTES) . "'>";
with a copy of line 1412 (4.2.1) (or 1413 (4.3.1))…
echo "<a href='javascript:oldEvt(" . htmlspecialchars(preg_replace("/-/", "", $row['pc_eventDate']),ENT_QUOTES) . ', ' . htmlspecialchars($row['pc_eid'],ENT_QUOTES) . ")' title='" . htmlspecialchars($etitle,ENT_QUOTES) . "'>";
Regards,
epsdky.
arnabnaha wrote on Friday, April 01, 2016:
Thank You Epsdky
It works like a charm. Should go into official codebase.
Regards
Arnab Naha
epsdky wrote on Friday, April 01, 2016:
Hello Arnab,
You’re welcome. (I will put it on Github).
Regards,
epsdky.