IDCard module needed

Reference Application 2.10

I need an omod file for the idcard module that works with the reference application version 2.10. I have tried building the project from github but the build consistently failed despite the commits meant to stop building errors. Please, help. Thanks

1 Like

This link https://wiki.openmrs.org/display/RES/Release+Notes contains all the 43 modules and there latest release. Did you have a chance of looking at this link https://wiki.openmrs.org/display/docs/Id+Cards+Module? I suppose it will be of help too.

1 Like

Could you share the errors too via pastebin.com

@alagoa did you also try getting an omod from https://addons.openmrs.org/search?&q=id%20card

Thanks guys. Unfortunately, I am off from work a d don’t have the errors with me. Will post it tomorrow. Cheers

1 Like

https://pastebin.com/60maP4ki

Here is the build failure. Many thanks

What is the github url of the module that you are using?

Sorry for the delay.

This is the file I downloaded: https://github.com/openmrs/openmrs-module-idcards/archive/master.zip

Are you a developer? The failures require some developer time.

Unfortunately, I am not. I am a medic. Just changing my clinic from paper to EMR. So far, so good. If you point me in the right direction, I might be able to sort it out. Alternatively, send me an OMOD file that works with reference application 2.10. Warmest regards and many thanks.

@alagoa for the OMOD just clone the module, build it with mvn clean install and you will have the latest omod file that works with reference application 2.10

Thanks. Tried that but it fails on build. Errors on pastebin above. The omod from the addon repository loads but cannot be activated show an error of " unable to load/find moduleActivator.

Thanks

@alagoa can you show us the full log here

@alagoa what are you planning to use this module for?

Mainly to print out labels to stick on blood request bottles, radiology request forms and on patients paper documents. Thanks

Are you looking for something like this? Best approach for having Patient ID card in OpenMRS 2x and RefApp 2x

Thanks. I saw this a few weeks ago and didn’t know where to start and had look for an easier option. Might read through the steps this weekeend. I really appreciate your help.

Definitely getting the idcards module to compile and run on the reference application version 2.10, is going to require writing some code. The easier option. :smile:

Thanks Daniel! Went through the Xreport solution. Followed the steps by Hpardess in 87/88. Followed steps 1 to parts of step 5 easily. From extension bit, no luck. No luck from there. He assumed everyone is a developer. Some of us are just good in copy and paste when it comes to IT. :sweat_smile:

Do you have samples for how your print out should look like?