BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Implementer Interface

Purpose and Benefits

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

  1. Reduce implementer's time.
  2. Eg: 70% of implementers’ time goes into reports
  3. Easy configurations of templates and patient dashboards

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

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
}

Table of Contents

하위 문서

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗