Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

This feature is still in progress


Installing Implementer Interface

Override the variable implementer_interface 

Override the variable in setup.yml located at /etc/bahmni-installer.

Code Block
titleIn setup.yml
implementer_interface: enabled 
Note
titleDefault Behaviour

By default, implementer_interface is disabled

Warning

Trigger the installation command after overriding the variable as mentioned above


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

Code Block
titleSample 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
}

Warning
titleSupported 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)

Tip

For further configurations, please refer Home App

Configure tab in clinical consultation

Add a new tab in clinical consultation, to view the forms designed via implementer interface. 

Inorder to configure a new tab in clinical consultation, add the below configuration (with required customisations) in clinical/extension.json

Code Block
titleSample Configuration
"formBuilderObs": {
       "id": "bahmni.clinical.consultation.formBuilderObs",
       "extensionPointId": "org.bahmni.clinical.consultation.board",
       "type": "link",
       "label": "Observation Forms",
       "url": "form-observations",
       "icon": "fa-user-md",
       "order": 2,
       "requiredPrivilege": "app:clinical:observationTab"
 }
Warning
titleSupported Configuration for key Url

In above configuration, make sure the value for key url is "form-observations" (this is the supported value and can't be changed)

Tip

For further configurations, please refer ConfigureVariousConsultationTabs

Tip
titleOn this Page

Table of Contents
 



Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Links

Install Bahmni on CentOS