Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.handler | |
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
EncounterVisitHandler |
EncounterService.getActiveEncounterVisitHandler()
Gets the active handler for assigning visits to encounters.
|
Modifier and Type | Method and Description |
---|---|
List<EncounterVisitHandler> |
EncounterService.getEncounterVisitHandlers() |
Modifier and Type | Class and Description |
---|---|
class |
BaseEncounterVisitHandler
This base class should be used by specific implementations of
EncounterVisitHandler . |
class |
ExistingOrNewVisitAssignmentHandler
This handler assigns an encounter to an existing visit, where appropriate, or creates a new one.
|
class |
ExistingVisitAssignmentHandler
This handler assigns an encounter to an existing visit, where appropriate, but will never create
a new visit.
|
class |
NoVisitAssignmentHandler
This handler doesn't ever assign an encounter to a visit.
|
Modifier and Type | Method and Description |
---|---|
EncounterVisitHandler |
EncounterServiceImpl.getActiveEncounterVisitHandler() |
Modifier and Type | Method and Description |
---|---|
List<EncounterVisitHandler> |
EncounterServiceImpl.getEncounterVisitHandlers() |
Copyright © 2024 OpenMRS Inc.. All rights reserved.