Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
PersonService |
ServiceContext.getPersonService() |
static PersonService |
Context.getPersonService() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.setPersonService(PersonService personService) |
Modifier and Type | Class and Description |
---|---|
class |
PersonServiceImpl
Default implementation of the PersonService
Which implementation to use is determined by Spring.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.