public abstract class BaseEncounterVisitHandler extends Object implements EncounterVisitHandler
EncounterVisitHandler
.
It delivers a default implementation for EncounterVisitHandler.getDisplayName()
.
Constructor and Description |
---|
BaseEncounterVisitHandler() |
Modifier and Type | Method and Description |
---|---|
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, wait
beforeCreateEncounter, getDisplayName
public String getDisplayName()
EncounterVisitHandler.getDisplayName(java.util.Locale)
with
Context.getLocale()
as a parameter.getDisplayName
in interface EncounterVisitHandler
Copyright © 2024 OpenMRS Inc.. All rights reserved.