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 |
---|---|
Set<ConceptReferenceTermMap> |
ConceptReferenceTerm.getConceptReferenceTermMaps() |
Modifier and Type | Method and Description |
---|---|
void |
ConceptReferenceTerm.addConceptReferenceTermMap(ConceptReferenceTermMap conceptReferenceTermMap)
Add the given
ConceptReferenceTermMap object to this concept reference term's list of
concept reference term maps. |
boolean |
ConceptReferenceTerm.removeConceptReferenceTermMap(ConceptReferenceTermMap conceptReferenceTermMap)
Remove the given ConceptReferenceTermMap from the list of conceptReferenceTermMaps for this
ConceptReferenceTerm |
Modifier and Type | Method and Description |
---|---|
void |
ConceptReferenceTerm.setConceptReferenceTermMaps(Set<ConceptReferenceTermMap> conceptReferenceTermMaps) |
Modifier and Type | Method and Description |
---|---|
List<ConceptReferenceTermMap> |
ConceptService.getReferenceTermMappingsTo(ConceptReferenceTerm term)
Fetches all the
ConceptReferenceTermMap where the specified reference term is the
termB i.e mappings added to other terms pointing to it |
Modifier and Type | Method and Description |
---|---|
List<ConceptReferenceTermMap> |
ConceptDAO.getReferenceTermMappingsTo(ConceptReferenceTerm term) |
Modifier and Type | Method and Description |
---|---|
List<ConceptReferenceTermMap> |
HibernateConceptDAO.getReferenceTermMappingsTo(ConceptReferenceTerm term) |
Modifier and Type | Method and Description |
---|---|
List<ConceptReferenceTermMap> |
ConceptServiceImpl.getReferenceTermMappingsTo(ConceptReferenceTerm term) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.