Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.handler | |
org.openmrs.api.impl | |
org.openmrs.layout.address | |
org.openmrs.layout.name | |
org.openmrs.logging | |
org.openmrs.util |
Shared utilities for OpenMRS classes
|
org.openmrs.web | |
org.openmrs.web.controller |
Modifier and Type | Method and Description |
---|---|
List<GlobalPropertyListener> |
EventListeners.getGlobalPropertyListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AdministrationService.addGlobalPropertyListener(GlobalPropertyListener listener)
Allows code to be notified when a global property is created/edited/deleted.
|
void |
AdministrationService.removeGlobalPropertyListener(GlobalPropertyListener listener)
Removes a GlobalPropertyListener previously registered by
AdministrationService.addGlobalPropertyListener(GlobalPropertyListener) |
Modifier and Type | Method and Description |
---|---|
void |
EventListeners.setGlobalPropertyListeners(List<GlobalPropertyListener> globalPropertyListeners)
This setter acts more like an "appender".
|
Modifier and Type | Class and Description |
---|---|
class |
ExistingOrNewVisitAssignmentHandler
This handler assigns an encounter to an existing visit, where appropriate, or creates a new one.
|
Modifier and Type | Class and Description |
---|---|
class |
AdministrationServiceImpl
Default implementation of the administration services.
|
class |
GlobalLocaleList
A utility class which caches the current list of allowed locales, rebuilding the list whenever
the global properties are updated.
|
class |
OrderServiceImpl
Default implementation of the Order-related services class.
|
class |
PersonNameGlobalPropertyListener
This is a property Listener class for Person Name
This class is responsible for handling Person Name format
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationServiceImpl.addGlobalPropertyListener(GlobalPropertyListener listener) |
void |
AdministrationServiceImpl.removeGlobalPropertyListener(GlobalPropertyListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AddressSupport |
Modifier and Type | Class and Description |
---|---|
class |
NameSupport |
Modifier and Type | Class and Description |
---|---|
class |
LoggingConfigurationGlobalPropertyListener
This is a GlobalPropertyListener that updates logging levels whenever any of the log-related settings supported by core
are updated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigUtil
A utility class for working with configuration properties
|
class |
LocaleUtility
A utility class for working with Locales.
|
class |
LocationUtility
A utility class for working with locations
|
Modifier and Type | Class and Description |
---|---|
class |
WebUtil |
Modifier and Type | Class and Description |
---|---|
class |
PseudoStaticContentController
This controller basically passes requests straight through to their views.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.