openemr icon indicating copy to clipboard operation
openemr copied to clipboard

The most popular open source electronic health records and medical practice management solution.

Results 588 openemr issues
Sort by recently updated
recently updated
newest added

Add methods to the user service and have the calendar api use those methods to grab the calendar providers.

Fixes #5681 Added the ability to inject javascript or css into any page inside OpenEMR using the Header class specifically the setupHeader method which is used in smarty, twig, and...

Fixes #5683 adds events to user_admin and usergroup_admin_add page in order to be able to render content on those pages from a module.

### Describe the bug Prescriptions can be confusing even for experienced users. The problem is the action buttons are disjointed meaning, save action is not grouped with the other actions...

Feature Enhancement

Brought in growth charts for patients affected with Down Syndrome, datasets not available so dr input is needed for percentile data Brought in datasets from WHO that use dailt increments...

Status: Needs Review
Stale

Fixes # Cron and email send #### Short description of what this resolves: Updated to phpMailer class #### Changes proposed in this pull request:

Status: Needs Review
Stale

Instead of adding event hooks for specific pages across OpenEMR to inject javascript or stylesheets in from a module we should add event listeners to the main Header class that...

Fixes #5675 #### Short description of what this resolves: future proofing #### Changes proposed in this pull request: php8.1 warnings

Right now to get a list of providers who have calendar access the function for that is inside patient.inc inside getProviderInfo() inside a nested if condition. Rather than module writers...

I'd like to add events to the user admin pages to render html content from within a module. It would be nice to have events to display content before the...