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

Navigation Links Control

Purpose

Screenshot

Screen Shot 2016-05-25 at 3.45.13 PM.png

Configuration

Sample Config

Add to clinical/dashboard.json for it to appear on the patient dashboard
"navigationLinksControl": {
                "title":"Navigation Links Control",
                "translationKey": "DASHBOARD_TITLE_NAVIGATION_LINKS_CONTROL_KEY",
                "type": "navigationLinksControl",
                "displayOrder": 10,
                "showLinks" : ["home", "visit", "registration"],
                "customLinks": [
                    {
                        "translationKey": "CONSULTATION_PAGE_KEY",
                        "url": "../clinical/#/default/patient/{{patientUuid}}/concept-set-group/observations"
                    },
                    {
                        "translationKey": "OpenELIS",
                        "url": "/openelis"
                    }
                ]
            },

Key Field Table

KeyInfoMandatory
typeName of the display control  Y
translationKeyInternationalizes and displays the title.Y
titleThe label that will be displayed on the display control (If translationKey is present no need to give it)N
displayOrderThe order in which the display control will be displayed. if not specified the display is shown after the displays which have an order specifiedN
showLinksList of links user would like to inherit from default links provided by the Bahmni.Please refer to this file to see the Key Names for Internationalization.N
 "home" (Enables link to navigate to Home Page/Dashboard)
"visit"     (Enables link to navigate to current patient's Active Visit Page)
"registration"     (Enables link to navigate to current patient's Registration Page)
"inpatient"     (Enables link to navigate to current patient's Inpatient/ADT Page/Dashboard)
"enrolment"     (Enables link to navigate to current patient's Program Page/Dashboard)
"visitAttribute"     (Enables link to navigate to current patient's Visit Attributes Page (second page of registration or visit page of registration))
customLinksList of links that the user would like to add which are not provided by product. If specified, then below attributes are mandatory.N
translationKey : Internationalizes and displays the Text in the linkY
url: Url to navigate (on click of the link)Y

Table of Contents

관련 문서: Miscellaneous Controls
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗