Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fax number to the patient / encounter report #7879

Open
moussa854 opened this issue Dec 19, 2024 · 0 comments
Open

Add fax number to the patient / encounter report #7879

moussa854 opened this issue Dec 19, 2024 · 0 comments

Comments

@moussa854
Copy link

Describe the problem

Patient --> Report (title right) contain facility name, address and phone number. The fax number information already present in the database and it would be nice to have it included with the facility information

Describe the solution you'd like

A fax number can be pulled from the database using this code:

if (preg_match('/[1-9]/', ($r['fax'] ?? ''))) { $s .= "<br />Fax: " . text($r['fax']) . "\n"; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant