Code Repository
https://github.com/openmrs/openmrs-module-patientqueueing
Extending the Provider Dashboard Page
The Providers page is collection of fragments that have been extended as apps.
Inorder to add an app to the page three are two main extension points
- rightColumnFragments. This is where you may include things a clinician has assess to besides patients in list. See https://github.com/openmrs/openmrs-module-patientqueueing/blob/master/omod/src/main/resources/apps/clinicianDashboard_extension.json
- leftColumnFragments. This is where to include lists a clinician has access to. see how the clinicianQueueList was implemented. See https://github.com/openmrs/openmrs-module-patientqueueing/blob/master/omod/src/main/resources/apps/providerDashboard_extension.json
- includeFragments. Anyother code that may not necessarily have a display or anything you would like to use to extend data is extended here. See https://github.com/openmrs/openmrs-module-patientqueueing/blob/master/omod/src/main/resources/apps/fragmentIncludes_extension.json