Patient Queueing Technical Guide

Module Design 

To See the Module Design Click here

Code Repository 

https://github.com/openmrs/openmrs-module-patientqueueing

The Module has an extendable  providerDashboard.page which can be extended by creating apps on it. 

Extending the Provider Dashboard Page

The Providers page is collection of fragments that have been extended as apps. 

In order to extend this page, You need to create a fragment and include it as an app in the apps directory under resources in the omod  directory.

There are three extension points which you can used to extend the provider dashboard page. these include. 

Sample App Extension