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

bug: In Visit History, print, or save as PDF, a multi-page list of encounters doesn't print or save all results. #7270

Closed
pete-boyd opened this issue Mar 15, 2024 · 1 comment · Fixed by #7359
Milestone

Comments

@pete-boyd
Copy link

In OpenEMR 7.0.1 (1), in Visit History, for a patient where there are numerous pages of results, Ctrl+P and then either printing, or saving as PDF, in any web browser on Windows or Linux, gives inconsistent results, and never successfully prints or saves the full list of encounters for the patient.

To Reproduce

Use either "Visit History" icon in the toolbar / banner area or the "Visit History" tab open when a user logs in.

Results per page: ALL

Ctrl+P
Pages: All

A multi-page web page on other web sites works as expected with Ctrl+P. So it appears to us to be an OpenEMR issue.

@ruthkonyn
Copy link
Contributor

I have fixed this problem: i have added a 'print page' button which correctly prints the currently displayed page (which might include documents as well as encounters).
at the same time i've added the patient's name and dob at the top of the page.
i'm also working on fixing issue #7275 - and so plan to do a PR for both issues at the same time.

ruthkonyn added a commit to ruthkonyn/openemr that referenced this issue Apr 16, 2024
@adunsulag adunsulag changed the title In Visit History, print, or save as PDF, a multi-page list of encounters doesn't print or save all results. bug: In Visit History, print, or save as PDF, a multi-page list of encounters doesn't print or save all results. Apr 22, 2024
adunsulag added a commit that referenced this issue Apr 22, 2024
…age #7270 (#7359)

* add print button and put patient's details at top of visit history page

* add comment to say it fixes issue #7270

* fix styling errors in PR

* fix styling errors in PR

* fix styling errors in PR

* Update encounters.php to handle attendant_type

attendant_type in this PR was not accounted for in the patient / dob display.

* Update encounters.php remove unused class reference

Removed unused class reference.

---------

Co-authored-by: Stephen Nielson <[email protected]>
sjpadgett pushed a commit to sjpadgett/openemr that referenced this issue Apr 22, 2024
…age openemr#7270 (openemr#7359)

* add print button and put patient's details at top of visit history page

* add comment to say it fixes issue openemr#7270

* fix styling errors in PR

* fix styling errors in PR

* fix styling errors in PR

* Update encounters.php to handle attendant_type

attendant_type in this PR was not accounted for in the patient / dob display.

* Update encounters.php remove unused class reference

Removed unused class reference.

---------

Co-authored-by: Stephen Nielson <[email protected]>
(cherry picked from commit 2500b2c)
@adunsulag adunsulag added this to the 7.0.2.1 milestone Apr 22, 2024
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

Successfully merging a pull request may close this issue.

3 participants