/
Bed Management Module

Bed Management Module

Enabling the new Bed Management Module

You can enable the new BM by configuring it as an extension in bahmni_config/home/extension.json like below or as configured in default config here

App Extension Definition
"newBedManagement": {
    "id": "bahmni.ipd",
    "extensionPointId": "org.bahmni.home.dashboard",
    "type": "link",
    "translationKey": "MODULE_LABEL_BED_MANAGEMENT_KEY",
    "label": "InPatient",
    "url": "../bedmanagement/#/home",
    "icon": "fa-bed",
    "order": 7,
    "requiredPrivilege": "app:adt"
 }

NOTE: For Ward Layout, bed management and bed-types please refer this documentation: Ward Management (Admin)

Related content

Bahmni Lite Releases
Bahmni Lite Releases
Read with this
Apps and Tabs Configuration
Apps and Tabs Configuration
More like this
Bed Management - Module
Bed Management - Module
Read with this
Ward Management Admin Console
Ward Management Admin Console
More like this
Implementer's Guide
Implementer's Guide
Read with this
Bed Management (BM)
Bed Management (BM)
More like this

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