How to start openMRS ( Radiology and Pharma ) module ?

Hi, I am new to OpenMRS and have extensive experiences as j2ee developer.

Currently I am interesting to start openmrs with focus in radiology and pharma modules.

How to start ? ( i have a very slow laptop windows7 celeron )

tq

Bambang

@teleivo can you guide @bambanglim? :slight_smile:

Hi @bambanglim

Welcome to the community. To get started development, go through these resources,

  1. https://wiki.openmrs.org/display/docs/Getting+Started+as+a+Developer
  2. https://wiki.openmrs.org/display/docs/Radiology+Module
  3. https://github.com/openmrs/openmrs-module-radiology/blob/master/CONTRIBUTING.md

feel free to ask any questions as you move along. :slight_smile:

1 Like

yes, welcome @bambanglim !

I just updated the wiki, since the radiology module now depends on openmrs platform 2.0 (which is not yet officially released, for now I think its best if you build it yourself from the latest https://github.com/openmrs/openmrs-core/tree/2.0.x)

UI

platform 2.0 does not come with a UI anymore, its provides JAVA and REST API and gives you the freedom to install the UI of your choice or create one yourself.

The radiology module currently only has a legacy UI. If you want to use that on you also need to install the https://github.com/openmrs/openmrs-module-legacyui

REST services for the radiology module are in progress.

Also an important note, at the moment we do not talk to any PACS, so you dont necessarily need to install one (please forgive me, I still have to update the latest installation guide pdf).

If you need anything just tell us!

1 Like

thank you Daniel, Ivange and Ivo.