Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update link to go to OpenMRS Add-ons index instead

...

  1. Running version of OpenMRS 1.6 or higher
    If you don't have a running installation of OpenMRS please follow the OpenMRS Installation Guide to install OpenMRS
  2. MRN Generator module (mrngen)
  3. Messaging Module

...

The NCD module depends on the MRN Generator Module (for reference, see: http://openmrs.org/wiki/MRNGen_Module).
You can download laterst the MRNGEN from from https://modulesaddons.openmrs.org/#/modulesshow/vieworg.openmrs.jsp?module=.mrngen

Install the MRNGEN Module to OpenMRS per the following steps:

...

The NCD module also depends on the Messaging Module (for reference, see: https://wikiopenmrs.openmrsatlassian.orgnet/wiki/display/docs/Messaging+Module).

Note: as of this writing, the latest available Messaging Module binary does not work with the NCD Module.
Therefore a working version of Messaging Module is included as part of the NCD module sources
in the OpenMRS module repository at http://svn.openmrs.org/openmrs-modules/ncd/trunk/messaging-module/messaging-0.9.0-beta.omod

...

To setup Sms you will need a modem and some patience, the configuration setup is given at https://wikiopenmrs.openmrsatlassian.orgnet/wiki/display/docs/Messaging+Module+Setup|display/docs/Messaging+Module+Setup

...

  • In OpenMRS, Click the "Administration" link near top of the page
  • Click the "Manage Person Attribute Types" link (under the "Person" heading)
  • Click the "Add New Person Attribute Types" link
  • Enter an appropriate name for the Telephone number Person Attribute in the Name field. E.g "Telephone number"
  • For the Format field select java.lang.String from the drop-down
  • Enter an meaningful description in the Description field
  • Click "Save Person Attribute" button to save the configuration

...

Configure Settings (formerly Global Properties from 1.9 downwards)

For NCD to to use the configured Patient Attribute Type the Global properties should Settings (formerly Global Properties from 1.9 downwards) should reflect this, Assign the Global property as Setting (formerly Global Property from 1.9 downwards) as follows

  • In OpenMRS, Click the "Administration" link near top of the page
  • Click the "Manage Global Properties" link (under the "Maintenance" heading)
  • Find the Setting (formerly Global Property with from 1.9 downwards) with the name "ncd.emailPersonAttribute" and in the Value field enter the name for the Email address Person Attribute we configured in the previous configuration. E.g "Email Address"
  • For the Format field select java.lang.String from the drop-down
  • Enter an meaningful description in the Description field
  • Click "Save Person Attribute" button to save the configuration

Similarly configure the Global property for Setting (formerly Global Property from 1.9 downwards) for the Telephone Number by editing the value of "ncd.smsPersonAttribute" as above.