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
0
votes
1 answer

Add HtmlFormEntry and HtmlFormEntryUI dependency to POM.xml

I'm creating an OpenMRS module thats working with HtmlFormEntry. I need the HtmlFormEntry and HtmlFormEntryUI api packages to build mine. That is, i get the errors package org.openmrs.module.htmlformentry does not exist and package…
Ulad Kasach
  • 11,558
  • 11
  • 61
  • 87
0
votes
1 answer

How to create a basic OpenMRS HTMLFormEntry Form

HTMLFormEntry is a very effective way of saving forms. You create the XML and the module handles transforming the input into database records upon pressing submit. How can we render a form, e.g. at path/to/form.xml? Do we have to render it in its…
Ulad Kasach
  • 11,558
  • 11
  • 61
  • 87
0
votes
1 answer

OpenMRS How to add/save new fields in Patient Registration?

I'm complectly new to OpenMRS. I have installed openmrs 1.12 and build(8f283e) in Windows OS. I need to add following custom new fields in Patient Registration Form. Mother's Name(Text field and Required field) Emergency Contact Name(Text…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
0
votes
2 answers

Tomcat7 out of memory error even after increasing the heap size

(Not a duplicate, i've searched everywhere) I am using Ubuntu server and Tomcat7 gave a PemGenError out of memory. Then i increased the memory in setenv.sh file using export CATALINA_OPTS="Xms2048M -Xmx2048M". Error disappeared for awhile. But now…
Nipun Thathsara
  • 1,119
  • 11
  • 20
0
votes
1 answer

How split Value Complex data in openmrs and spring?

I am facing problem to split given string with | operator but its work with other special glue . Here is my data: txt file |f3558100-f384-43a1-847e-8cafc747156b
Yogesh Nikam
  • 633
  • 5
  • 20
0
votes
1 answer

Sample OpenMRS MySQL query to read data from database

I have a local implemetation of openmrs version 1.9.7 in a hospital in Kisumu, Kenya. Problem comes when I try to write queries to access the patient data collected from the database for data management purposes due to the complexity of the OpenMrs…
Mike Aono
  • 859
  • 2
  • 11
  • 17
0
votes
1 answer

How install custom branding module in openmrs?

I followed all the steps for installing OpenMRS. I downloaded the OpenMRS core source code and then executed mvn clean install in console. Then execute the command mvn jetty: run in the webapp directory and everything worked right. So, I…
0
votes
1 answer

OpenMrs sync module didn't start

I am a beginner in openmrs developping. I work in a project in with we have download the openmrs core master in github and deploy it in a server an in a pc. We want the server and the pc to synchronize their data; the server will be the father and…
Ediruth
  • 168
  • 1
  • 7
0
votes
0 answers

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (default)

I am trying to package my mavenized project, but it always bring up an error. I have tried various things to resolve it,still yet, the problem remains the same. This is the error I usually get when trying to package my project: ERROR] Failed to…
osagie
  • 251
  • 2
  • 6
  • 15
0
votes
1 answer

How to customize OpenMRS

I have an OpenMRS installation. I installed it on my local system. I have not been able to find an appropriate module or way to customize it. Let's say change the logo and default color. Any suggestions?
osagie
  • 251
  • 2
  • 6
  • 15
0
votes
1 answer

Not able to find the Implementation Class for an Interface in Java

I am trying to modify Openmrs rest call given at this link: https://github.com/openmrs/openmrs-module-webservices.rest/blob/master/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/controller/SessionController.java It imports a…
Kartik Jain
  • 109
  • 2
  • 9
0
votes
1 answer

What is the error in the following HL7 encoding?

I am trying to encode an HL7 message of the type ORU_R01 using the HAPI 2.0 library for an OpenMRS module. I have followed the tutorials given in the HAPI documentation and according to that, I have populated the required fields of the ORU_R01…
Octavarium
  • 1
  • 1
  • 1
0
votes
2 answers

Unexpected error in parsing json

Using the tutorial given here, I am making an app to fetch json data from a URL and display it. I am using this code to call the URL and parse. { xtype: 'nestedlist', title: 'Blog', …
Diffy
  • 2,339
  • 3
  • 25
  • 47
-1
votes
1 answer

Rendering a services in a ReactJS component

I'm trying to rendering an external service in an ReactJS component. I'm working in an OWA for OpenMRS. This is the React app, this is a component. When I push in some button this should render the next form in the same that component. As you can…
Geancarlo Murillo
  • 509
  • 1
  • 5
  • 14
1
2