ESM Package serves widgets for OpenMRS Dashboard Engine.
-
Todo
-
Appointment
-
Charts
-
Reports
NodeJS
-
Run
npm installto install all the dependencies -
Run
npm start -- --https --port 8082to start application in dev mode. -
If you are using with OpenMRS Micro Frontend, update/add the port:url in
import-map.jsonfile ofopenmrs-esm-root-config. -
Run
npm run buildfor production build.
- Appointments
- Charts
- Todos
- Reports
This widget shows the list of appointments. It also allows the user to perform various actions like checkin, confirm.
Please refer the Architecture Decision Record for more information about how to configure an appointment widget.
This widget shows the charts based on the configuration. Refer below to check list of chart types supported.
Please refer the Architecture Decision Record for more information about how to configure a chart widget.
- LineChart
This widget shows a list of report links. It will show chart or table based on the configuration when a report link is clicked.
Please refer the Architecture Decision Record for more information about the configure a report widget.

