Versions Compared

Key

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

...

Page

Extension Point Id

Parameters

Works With

Req Class

Description

/patientDashboard

org.openmrs.patientDashboard.afterLastEncounter

patientId

1.3+

 

Located in patient header after the "last encounter" text

/WEB-INF/template/gutter (menu bar)

org.openmrs.gutter.tools

 

1.3+

 

Uses getRequiredPrivilege/getUrl/getLabel methods

encounters/encounterDisplay

org.openmrs.encounters.encounterListTop

encounterId

1.6.2+

 

At top of page. Uses getTitle and getPortletUrl

admin/observations/obsForm

org.openmrs.admin.observations.obsFormBottom

obsId

1.6.2+

 

At very bottom of page before footer. Uses getTitle and getPortletUrl

admin/encounters/encounterForm

org.openmrs.admin.encounters.encounterFormBeforeObs

encounterId

1.6.2+

 

Between encounter metadata and obs list. Uses getTitle and getPortletUrl

admin/encounters/encounterForm

org.openmrs.admin.encounters.encounterFormAddObsMenu

 

1.3+

LinkProviderExtension

 

admin/index

org.openmrs.admin.list

 

1.1+


Optionally extend: AdministrationSectionExt. Uses getRequiredPrivilege, getTitle, getLinks

admin/index --> Maintenance section

org.openmrs.admin.maintenance.localHeader

 

1.3+


Uses getRequiredPrivilege, getLinks. Optionally extend: AdministrationSectionExt (and ignore getTitle)

/WEB-INF/template/footerFull

org.openmrs.footerFullBeforeStatusBar

 

1.6.6+, 1.7.4+, 1.8.4+, 1.9.1+, 1.10.0+

 

Located at footerFull.jsp page right before the "status bar" (locale options strip, buildDate information, etc)

/errorhandler

org.openmrs.errorHandler

 

1.8.4+, 1.9.1+, 1.10.0+

 

Located at errorhandler.jsp page after the "(The full error stack trace.." text

(Add more here as you create/find them)

 

 

 

 

 

...