emr
Here are 244 public repositories matching this topic...
-
Updated
Mar 17, 2022 - Python
Describe the bug
I am trying to register an app to make use of the API functions. During the registration, I can't select the oemr functions (lowercase first letter), only the FHIR ones (uppercase first letter). Later on, in Swagger I get 401 using the patients list function (oemr), while a correct list is returned using the FHIR equivalet (Patients).
To Reproduce
- Register an app
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
Mar 17, 2022 - Java
-
Updated
Dec 23, 2021 - Shell
-
Updated
Feb 22, 2022 - HTML
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Java
-
Updated
Jan 12, 2022 - Ruby
-
Updated
Jan 12, 2021 - Python
-
Updated
Oct 31, 2018 - HTML
-
Updated
Mar 14, 2022 - Python
-
Updated
Mar 10, 2022 - HCL
-
Updated
Nov 26, 2018 - HCL
-
Updated
Mar 13, 2018 - C++
-
Updated
Feb 11, 2022 - PHP
-
Updated
Oct 21, 2019 - HCL
-
Updated
Jul 31, 2021 - Python
-
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