| Class | Description |
|---|---|
| AdministrationServiceImpl |
Default implementation of the administration services.
|
| BaseOpenmrsService |
Default method implementations for the OpenmrsService.
|
| CohortServiceImpl |
API functions related to Cohorts
|
| ConceptServiceImpl |
Default Implementation of ConceptService service layer classes
|
| ConditionServiceImpl |
This class implements the
ConditionService interface
It defines the methods to handle the condition domain object |
| DatatypeServiceImpl |
Standard implementation of
DatatypeService |
| DiagnosisServiceImpl | |
| EncounterServiceImpl |
Default implementation of the
EncounterService
This class should not be instantiated alone, get a service class from the Context:
Context.getEncounterService(); |
| FormServiceImpl |
Default implementation of the
FormService
This class should not be instantiated alone, get a service class from the Context:
Context.getFormService(); |
| GlobalLocaleList |
A utility class which caches the current list of allowed locales, rebuilding the list whenever
the global properties are updated.
|
| LocationServiceImpl |
Default implementation of the
LocationService
This class should not be instantiated alone, get a service class from the Context:
Context.getLocationService(); |
| MedicationDispenseServiceImpl |
This class implements the
MedicationDispenseService interface
It defines the API for interacting with MedicationDispense objects. |
| ObsServiceImpl |
Default implementation of the Observation Service
|
| OrderServiceImpl |
Default implementation of the Order-related services class.
|
| OrderSetServiceImpl | |
| PatientServiceImpl |
Default implementation of the patient service.
|
| PersonNameGlobalPropertyListener |
This is a property Listener class for Person Name
This class is responsible for handling Person Name format
|
| PersonServiceImpl |
Default implementation of the PersonService
Which implementation to use is determined by Spring.
|
| ProgramWorkflowServiceImpl |
Default implementation of the ProgramWorkflow-related services class.
|
| ProviderServiceImpl |
Default implementation of the
ProviderService. |
| SerializationServiceImpl |
Contains methods for retrieving registered OpenmrsSerializer instances, and for
persisting/retrieving/deleting objects using serialization
|
| UserServiceImpl |
Default implementation of the user service.
|
| VisitServiceImpl |
Default implementation of the
VisitService. |
Copyright © 2024 OpenMRS Inc.. All rights reserved.