Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
ConceptDescription |
Obs.getConceptDescription()
Get the concept description that is tied to the concept name that was used when making this
observation
|
ConceptDescription |
Concept.getDescription()
Finds the description of the concept using the current locale in Context.getLocale().
|
ConceptDescription |
Concept.getDescription(Locale locale)
Finds the description of the concept in the given locale.
|
ConceptDescription |
Concept.getDescription(Locale locale,
boolean exact)
Returns the preferred description for a locale.
|
Modifier and Type | Method and Description |
---|---|
Collection<ConceptDescription> |
Concept.getDescriptions() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addDescription(ConceptDescription description)
Add the given description to the list of descriptions for this Concept
|
boolean |
Concept.removeDescription(ConceptDescription description)
Remove the given description from the list of descriptions for this Concept
|
Modifier and Type | Method and Description |
---|---|
void |
Concept.setDescriptions(Collection<ConceptDescription> descriptions)
Sets the collection of descriptions for this Concept.
|
Modifier and Type | Method and Description |
---|---|
ConceptDescription |
ConceptService.getConceptDescriptionByUuid(String uuid)
Get ConceptDescription by its UUID
|
Modifier and Type | Method and Description |
---|---|
ConceptDescription |
ConceptDAO.getConceptDescriptionByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptDescription |
HibernateConceptDAO.getConceptDescriptionByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptDescription |
ConceptServiceImpl.getConceptDescriptionByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.