emr
Here are 239 public repositories matching this topic...
-
Updated
Feb 5, 2022 - Python
The insane docker development environment now allows testing of php 7.4(alpha):
openemr/openemr#2498
So, this opens the door for folks to test and fix warnings/errors for php 7.4(alpha). Go get em :)
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm DotnetBackend method and this calls goes through the JvmBridge class. Because the rm call goes through [JvmBridge.CallJavaMethod](https://github.com/do
-
Updated
Feb 6, 2022 - Java
-
Updated
Dec 23, 2021 - Shell
-
Updated
Dec 17, 2021 - HTML
-
Updated
Jan 18, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Feb 7, 2022 - Java
-
Updated
Jan 12, 2022 - Ruby
-
Updated
Jan 12, 2021 - Python
-
Updated
Oct 31, 2018 - HTML
-
Updated
Nov 17, 2021 - HCL
-
Updated
Nov 26, 2018 - HCL
-
Updated
Mar 13, 2018 - C++
-
Updated
Sep 1, 2021 - PHP
-
Updated
Jan 28, 2022 - Python
-
Updated
Oct 21, 2019 - HCL
-
Updated
Sep 14, 2018 - CSS
-
Updated
Sep 13, 2021 - Python
Improve this page
Add a description, image, and links to the emr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emr topic, visit your repo's landing page and select "manage topics."
Report incident is currently hardcoded to set
reportedByto some user instead of the currently logged in user's id. This needs to be corrected to user the current user id from the redux store.To Reproduce