Versions Compared

Key

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

This is the older documentation for setting up of Appointment Scheduling. Most likely if you are using Bahmni v0.80 or above, you need to be reading this document: Appointments Module (Implementers Guide)

 

  1. Set FACTER_deploy_bahmni_appointments=true for Appointment Module to be installed
  2. Adding Appointments App to Bahmni Home Dashboard
    1. Example of Configuration

      Add the following configuration in your "extension.json" (->/default-config/openmrs/apps/home/) file

      Code Block
      languagejs
      {
         "id": "bahmni.appointments",
         "extensionPointId": "org.bahmni.home.dashboard",
         "type": "link",
         "label": "Appointments",
         "url": "../../openmrs/appointmentschedulingui/home.page",
         "icon": "fa-user",
         "order": 11,
         "requiredPrivilege":  "App: appointmentschedulingui.home"
      }

       

       

    2. Privileges
      There are many privileges that are associated to Appointments Scheduling UI Module. We should add this privilege "App: appointmentschedulingui.home" to the configuration to provide the user with the ability to view the appointment app on the home page.

...