| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.handler | |
| org.openmrs.api.impl | |
| org.openmrs.web.controller.visit | 
| Modifier and Type | Method and Description | 
|---|---|
EncounterVisitHandler | 
EncounterService.getActiveEncounterVisitHandler()
Gets the active handler for assigning visits to encounters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.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 | 
|---|---|
java.util.List<EncounterVisitHandler> | 
EncounterServiceImpl.getEncounterVisitHandlers()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<EncounterVisitHandler> | 
ConfigureVisitsFormController.getEncounterVisitHandlers()  | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.