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

Configure CSV Export

Purpose and Benefits

The CSV export feature is used for data migration to and from Bahmni. The user has to have app:admin privilege to use this feature.

Steps

1. Configure CSV Export Tab

To make CSV export appear in the Admin module, add the following configuration to the extension.json file. The file can be found in the "/config/openmrs/apps/admin/" folder.

Modify the "extension.json" to contain the snippet below:

image2016-4-15 13:13:17.png
"csvExport":{
    "id": "bahmni.admin.csvExport",
    "extensionPointId": "org.bahmni.admin.dashboard",
    "type": "link",
    "extensionParams": {
    },
    "label": "CSV Export",
    "url": "#/csvExport",
    "icon": "fa-download",
    "order": 1,
    "requiredPrivilege": "app:registration"
},

Key Fields

KeyUseMandatory
urlPoints the app to the csv export stateYes
iconThe icon that will be displayed on the buttonNo
labelThe text that will be rendered on the buttonYes
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗