Package | Description |
---|---|
org.openmrs.module |
OpenMRS Module classes
|
org.openmrs.module.web.extension |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,java.util.List<Extension>> |
ModuleFactory.extensionMap |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.util.List<Extension>> |
ModuleFactory.getExtensionMap()
Return the current extension map keyed on extension point id
|
java.util.List<Extension> |
Module.getExtensions() |
static java.util.List<Extension> |
ModuleFactory.getExtensions(java.lang.String pointId)
Return all of the extensions associated with the given
pointId Returns empty
extension list if no modules extend this pointId |
static java.util.List<Extension> |
ModuleFactory.getExtensions(java.lang.String pointId,
Extension.MEDIA_TYPE type)
Return all of the extensions associated with the given
pointId Returns
getExtension(pointId) if no modules extend this pointId for given media type |
Modifier and Type | Method and Description |
---|---|
void |
Module.setExtensions(java.util.List<Extension> extensions) |
Modifier and Type | Class and Description |
---|---|
class |
AddEncounterToVisitExtension
Indicates that a module can add an encounter to a visit.
|
class |
AdministrationSectionExt |
class |
BoxExt |
class |
FormEntryHandler
This class allows modules that provide form entry capabilities (like formentry, htmlformentry, and xforms) to appear in the
same place in the UI when the user indicates they want to enter a form, and wants to pick which form.
|
class |
HeaderIncludeExt
The header include extension allows a module developer to include extra files (css, javascript)
within the header of every page.
|
class |
LinkExt |
class |
LinkProviderExtension |
class |
PatientDashboardTabExt |
class |
PortletExt |
class |
TableRowExt |
class |
UserOptionExtension |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.