Questions tagged [openmrs]

The world's leading open source enterprise electronic medical record system platform.

The global OpenMRS community works together to build the world's leading open source enterprise electronic medical record system platform.

They came together to specifically respond to people actively building and managing health systems in the developing world, where AIDS, tuberculosis, and malaria afflict the lives of millions of people.

Their mission is to improve health care delivery in resource-constrained environments by coordinating a global community to create and support this software.

http://openmrs.org/

29 questions
1
vote
1 answer

Optimizing Group by performance for EAV databsae model

I am using the below query and it is currently taking 0.7 sec. But when a performance test was run with 200 concurrent users the query was taking more than 60 sec. I have defined required composite indexes but still group by is not considering the…
1
vote
0 answers

Unable to create the database. The password might be incorrect or the database is not started

I have downloaded the OpenMRS source code, and I am running it, as part of it I have run the below command mvn jetty:run then I am able to view the screen, but it is asking the my sql script, i have installed the my sql and it is showing the error…
Gen
  • 2,400
  • 4
  • 24
  • 46
1
vote
1 answer

Invalid check digit for identifier : While create a new patient?

I have override the existing Patient Registration form and render the Xform Patient Registration from successfully[Reference]. When I create a new Patient I'm getting following error "Patient#null failed to validate with reason :Invalid check digit…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
1
vote
2 answers

How to retrieve HL7 message from OpenMRS database?

I am trying to retrieve HL7 messages present in hl7_in_queue table in OpenMRS database using Mirth. I am using OpenMRS standalone 2.0 The openmrs-standalone-runtime.properties file contains the following details: tomcatport=8081 …
0
votes
1 answer

OpenMRS and FHIR

I have successfully deployed a localhost instance of OpenMRS using the downloaded war file and reference implementation from Download – OpenMRS.org (I’m using downloads from the 2.12 Advanced Installation and the 2.4.3 war file and the modules from…
John
  • 3,458
  • 4
  • 33
  • 54
0
votes
0 answers

Bahmni file upload issue

I have tried installing bahmni docker from this link: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/3117744129/Getting+Started+Quickly+with+Bahmni+on+Docker#Running-Bahmni-Standard. Everything is running fine but when I try to upload document,…
Madhav
  • 71
  • 7
0
votes
0 answers

openmrs modules cannot be uploaded

I installed openmrs 2.5 on linux/windows but after login I cannot upload any module (even directly by copy omod file in modules directory) and also when I click on 'Add On Manager' module app redirect to an undefined page with 404 error. I tried to…
0
votes
0 answers

how do i show a newly created module on the dashboard in OpenMRS

how do i show a newly created module on the dashboard in OpenMRS. after creating the module iwas to be able to see it to make changes i tried using mvn openmrs-sdk:watch
0
votes
0 answers

lab Access Control for EHR Ex4

enter image description here Now, you will work on a more complex scenario. Assume following roles are defined in an EHR system. Now, before defining these roles in OpenMRS, try to combine the roles that can inherit privileges from each other. You…
0
votes
1 answer

How do the field res_currency.rounding works in odoo

I need to hide all decimal values from the sub_total and total_amount of the sale_orders. For that opened the currency settings from _ Accounting->Multicurrencies -> Currencies _ and then set Rounding Factor from 0.010000 to 0.000000 (got this clue…
art
  • 1,358
  • 1
  • 10
  • 24
0
votes
1 answer

ln -s /path/to/ in windows

I am implementing openmrs application as part of it's installation, they have given one command to run in the command prompt in linux, but i am using windows ln -s /path/to/../openmrs-module-bedmanagement/owa/app /opt/openmrs/owa/bedmanagement What…
Gen
  • 2,400
  • 4
  • 24
  • 46
0
votes
0 answers

com.sun.deploy.net.FailedDownloadException: Unable to load resource at ... (Unknown Source)

jnpl error is Unable to launch application Location: http://localhost:8080 Component: http://localhost:8080/openmrs/moduleResources/muzimabiometrics/Scanner.jar Reason: unable to load resource Below is the jnlp file:
enock tum
  • 16
  • 1
  • 5
0
votes
1 answer

Openmrs & MDS (mobile dispatch server) Installation

I installed sana mds in Aws ec2 . I followed the this guide for installation. When I am Trying to Access http:///mds/ it throwing me Bad Request (400). Upon Checking Apahce Error Logs I got this…
MAK
  • 773
  • 4
  • 9
  • 30
0
votes
2 answers

SonarQube: Result not displayed

Have just started to use SonarQube for a university project. I have successfully analysed some sample projects (https://github.com/SonarSource/sonar-scanning-examples). When I enter http://localhost:9000 in my browser I can see the results…
A. Lindberg
  • 299
  • 4
  • 13
0
votes
1 answer

How to POST multiple observations through REST in OpenMRS

When I am sending a single observation then it is getting created but for multiple observations it is throwing an error 500. For single observations my query is - TYPE- POST URI - /openmrs-standalone/ws/rest/v1/obs BODY- { "concept" :…
Sudhanshu
  • 120
  • 11
1
2