How to link server and openmrs through eclipse

How about if you delete the module and clone it afresh?

No sir. Again got same error.

https://pastebin.com/3t0MkhmD

Sir, I created an Encounter Type that is initial assessment. And created concepts for all the new column. then I created a HTML form and select the encounter type that I just created and in that HTML form, captured all the concepts that I want to capture. And I want to add the check box for that column. I have done all the steps. But I am not able to add this in app definition or how to exists this at the time of registration.

Are you looking for something like this? https://wiki.openmrs.org/display/docs/Registration+App+Configuration

Hi sir, Already done like this but I want to add check box and radio button there. These columns are stored in patient attributes how to pull the data and display it in patient dashboard. How to do it? And I want to add one more link in patient dashboard that is like visit note. How to do that?

Thanks & Regards

Sushma Upadhya

Can you share a screenshot or mockup of how you would want it to look like?

Changes made in registering module. How to display the changes in patient dashboard.

Screenshot%20from%202019-10-15%2010-14-34

In patient info we have to newly added column that is Pre existing conditions, etc

Did you get a chance to look at this? https://wiki.openmrs.org/display/docs/Patient+Summary+Widget+Documentation

https://wiki.openmrs.org/display/docs/Patient+Summary+Widget+Documentation

Using this I added one widget in openmrs-module-coreapps/omod/src/main/resources/apps)/ dashboardWidgets_app.json through eclipse. But in eclipse try to build openmrs-module-coreapps repository using maven got https://pastebin.com/3t0MkhmD this error.

Are you actually required to modify the coreapps module to add widgets as per that documentation?

Yes, as per the documentation require to modify the coreapps module.

Can you copy and paste here or simply point me to that line of text which says that you need to modify the coreapps module?

coreapps.latestObsForConceptList
I think this means that we have to edit coreapps module. Because I try to add that module but I cant. Please help me to add the widget and to add tissue related report as a new link.

You do not need to change anything in the coreapps module. Just create a new module and add that config. Here is an example of how UgandaEMR adds a widget to the dashboard, from within their own module, without touching the coreapps module: https://github.com/METS-Programme/openmrs-module-aijar/pull/275/files

I added dashboardWidget in my new module, and added that module. But I got this error. https://pastebin.com/m3GfBKe1
https://pastebin.com/bSMDzHz4

Is your module some where like on github for us to take a look?

I added some table through liquibase. But its getting error. https://pastebin.com/E6rMTbbR

Please help me to fix the error.

I try to run module api where I got https://pastebin.com/ECJDKzUs this error.