public abstract class BaseEncounterVisitHandler extends java.lang.Object implements EncounterVisitHandler
EncounterVisitHandler.
It delivers a default implementation for EncounterVisitHandler.getDisplayName().
| Constructor and Description |
|---|
BaseEncounterVisitHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Delegates to
EncounterVisitHandler.getDisplayName(java.util.Locale) with
Context.getLocale() as a parameter. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeCreateEncounter, getDisplayNamepublic java.lang.String getDisplayName()
EncounterVisitHandler.getDisplayName(java.util.Locale) with
Context.getLocale() as a parameter.getDisplayName in interface EncounterVisitHandlerCopyright © 2018 OpenMRS Inc.. All Rights Reserved.