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 |
---|---|
Collection<ConceptMap> |
Concept.getConceptMappings() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addConceptMapping(ConceptMap newConceptMap)
Add the given ConceptMap object to this concept's list of concept mappings.
|
boolean |
Concept.removeConceptMapping(ConceptMap conceptMap)
Remove the given ConceptMap from the list of mappings for this Concept
|
Modifier and Type | Method and Description |
---|---|
void |
Concept.setConceptMappings(Collection<ConceptMap> conceptMappings) |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptService.getConceptMappingsToSource(ConceptSource conceptSource)
Returns a list of mappings from concepts to terms in the given reference terminology
|
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptDAO.getConceptMapsBySource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
HibernateConceptDAO.getConceptMapsBySource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptServiceImpl.getConceptMappingsToSource(ConceptSource conceptSource) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.