Implementer Interface

A stable version of Form builder (part of the Implementer's Interface) is available from version 0.90. Please note that Bahmni will continue to support the older method of building the form via  JSON Configuration

Purpose and Benefits

The Implementer's Interface is a UI driven way to configure Bahmni. It helps to:

  1. Reduce implementer's time.

    1. Eg: 70% of implementers’ time goes into reports

    2. Easy configurations of templates and patient dashboards

  2. Reduce barrier of entry (lesser technically able people should be able to configure Bahmni)

    1. Entry into a json and a csv and a UI is not ideal

  3. Improve ability to manage the system

    1. Monitoring failures and resolving them

    2. Upgrades

Configure the Icon in home dashboard

Add new icon in home dashboard for navigating to implementer interface. 

In home/extension.json, add the configuration as shown below

Sample Configuration
"implementerInterface": {
     "id": "bahmni.implementer.interface",
     "extensionPointId": "org.bahmni.home.dashboard",
     "type": "link",
     "translationKey": "MODULE_LABEL_IMPLEMENTER_INTERFACE_KEY",
     "url": "/implementer-interface",
     "icon": "fa fa-pencil-square-o",
     "order": 12
}

Supported configuration for key Url

  • In above example configuration, make sure the value configured for key url to be "/implementer-interface" (this is the supported value and can't be changed)
  • For further configurations, please refer Home App

Note

Please note that the new forms that are created through implementer interface can't be configured to see in Patient Dashboard. But the observations that are captured for a concept from the form can be seen in the Patient Dashboard.

Example concepts : HEIGHT, WEIGHT

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)