mdsupport

Results 27 comments of mdsupport

The only value I see in most of contrib forms is some domain knowledge - e.g. some pulm provided input in selecting what he/she needed for recording 80+ [bronchitis](https://github.com/openemr/openemr/blob/e508a9076359a30fd5ee9d090d0ec4332f67808e/interface/forms/bronchitis/save.php) observations....

In case anyone requires LOINC codes, [this script](https://github.com/mdsupport/mdpub/blob/master/oemods/cli/import_loinc.php) loads _all_ LOINC codes in existing codes table. It is intended as a cli tool that can be called as : `...

It appears to be known [flexbox issue](https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers) due to the treatment of the fieldset tag by different browsers. Suggested workaround is to include a div tag as immediate child as...

> Having options is a good idea. I would agree 100% and more. There seems to be lot of interest here. Maybe with @Bouguy and @CraigT543's help suggest starting from...

@tywrenn Since the original WP portal was contributed, the architecture of this project has evolved significantly. The environment in which the product operates has changed even more and will continue...

@juggernautsei For your PR it may be cleaner to have list as 'Dashboard Cards' that uses active status to let you turn on/off a card. Another simpler approach may be...

Maybe marginally more work but splitting code into its own repo (e.g. oe-module-ophthal) offers better isolation for specialty specific functionality.