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 |
---|---|
FormService |
ServiceContext.getFormService() |
static FormService |
Context.getFormService() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.setFormService(FormService formService) |
Modifier and Type | Class and Description |
---|---|
class |
FormServiceImpl
Default implementation of the
FormService
This class should not be instantiated alone, get a service class from the Context:
Context.getFormService(); |
Copyright © 2024 OpenMRS Inc.. All rights reserved.