I need to extract my patients’ mobile numbers and also their guardians’. However, in the patient list created by default (patient_list) there is neither a column for mobile phones nor the guardians’.
Could you please help me about this issue?
Thank you in advance
Thank you very much for helping me. The solution you mentioned above adds some headers in “patient search” field and do not “report” phone numbers in a csv file. What I mentioned is how to customize e.g. Reports/Client/ List?
Ah! Those reports are not driven by lists. So you will have to make changes to the script /interface/reports/patient_list.php by adding necessary columns to the database record selection around lines 227-232 and csv export fields around lines 290-300.