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 | |
org.openmrs.web.controller |
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.getConceptsByConceptSource(ConceptSource conceptSource)
Looks up a list of ConceptMaps for a given ConceptSource
|
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptDAO.getConceptsByConceptSource(ConceptSource conceptSourceName) |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
HibernateConceptDAO.getConceptsByConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptServiceImpl.getConceptsByConceptSource(ConceptSource conceptSource) |
Modifier and Type | Field and Description |
---|---|
List<ConceptMap> |
ConceptFormController.ConceptFormBackingObject.mappings |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptFormController.ConceptFormBackingObject.getMappings() |
Modifier and Type | Method and Description |
---|---|
void |
ConceptFormController.ConceptFormBackingObject.setMappings(List<ConceptMap> mappings) |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.