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 |
---|---|
ConceptSource |
ConceptMap.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
ConceptMap.setSource(ConceptSource source) |
Modifier and Type | Method and Description |
---|---|
ConceptSource |
ConceptService.getConceptSource(Integer i)
Return a Concept source matching the given concept source id
|
ConceptSource |
ConceptService.getConceptSourceByName(String conceptSourceName)
Lookup a ConceptSource by its name property
|
ConceptSource |
ConceptService.getConceptSourceByUuid(String uuid)
Get ConceptSource by its UUID
|
ConceptSource |
ConceptService.purgeConceptSource(ConceptSource cs)
Delete ConceptSource
|
ConceptSource |
ConceptService.retireConceptSource(ConceptSource cs,
String reason)
This effectively removes a concept source from the database.
|
ConceptSource |
ConceptService.saveConceptSource(ConceptSource conceptSource)
Create a new ConceptSource
|
Modifier and Type | Method and Description |
---|---|
List<ConceptSource> |
ConceptService.getAllConceptSources()
Return a list of concept sources currently in the database that are not voided
|
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptService.getConceptsByConceptSource(ConceptSource conceptSource)
Looks up a list of ConceptMaps for a given ConceptSource
|
ConceptSource |
ConceptService.purgeConceptSource(ConceptSource cs)
Delete ConceptSource
|
ConceptSource |
ConceptService.retireConceptSource(ConceptSource cs,
String reason)
This effectively removes a concept source from the database.
|
ConceptSource |
ConceptService.saveConceptSource(ConceptSource conceptSource)
Create a new ConceptSource
|
Modifier and Type | Method and Description |
---|---|
ConceptSource |
ConceptDAO.deleteConceptSource(ConceptSource cs) |
ConceptSource |
ConceptDAO.getConceptSource(Integer conceptSourceId) |
ConceptSource |
ConceptDAO.getConceptSourceByName(String conceptSourceName) |
ConceptSource |
ConceptDAO.getConceptSourceByUuid(String uuid) |
ConceptSource |
ConceptDAO.saveConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSource> |
ConceptDAO.getAllConceptSources() |
Modifier and Type | Method and Description |
---|---|
ConceptSource |
ConceptDAO.deleteConceptSource(ConceptSource cs) |
List<ConceptMap> |
ConceptDAO.getConceptsByConceptSource(ConceptSource conceptSourceName) |
ConceptSource |
ConceptDAO.saveConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
ConceptSource |
HibernateConceptDAO.deleteConceptSource(ConceptSource cs) |
ConceptSource |
HibernateConceptDAO.getConceptSource(Integer conceptSourceId) |
ConceptSource |
HibernateConceptDAO.getConceptSourceByName(String conceptSourceName) |
ConceptSource |
HibernateConceptDAO.getConceptSourceByUuid(String uuid) |
ConceptSource |
HibernateConceptDAO.saveConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSource> |
HibernateConceptDAO.getAllConceptSources() |
Modifier and Type | Method and Description |
---|---|
ConceptSource |
HibernateConceptDAO.deleteConceptSource(ConceptSource cs) |
List<ConceptMap> |
HibernateConceptDAO.getConceptsByConceptSource(ConceptSource conceptSource) |
ConceptSource |
HibernateConceptDAO.saveConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
ConceptSource |
ConceptServiceImpl.getConceptSource(Integer conceptSourceId) |
ConceptSource |
ConceptServiceImpl.getConceptSourceByName(String conceptSourceName) |
ConceptSource |
ConceptServiceImpl.getConceptSourceByUuid(String uuid) |
ConceptSource |
ConceptServiceImpl.purgeConceptSource(ConceptSource cs) |
ConceptSource |
ConceptServiceImpl.retireConceptSource(ConceptSource cs,
String reason) |
ConceptSource |
ConceptServiceImpl.saveConceptSource(ConceptSource conceptSource) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSource> |
ConceptServiceImpl.getAllConceptSources() |
Modifier and Type | Method and Description |
---|---|
List<ConceptMap> |
ConceptServiceImpl.getConceptsByConceptSource(ConceptSource conceptSource) |
ConceptSource |
ConceptServiceImpl.purgeConceptSource(ConceptSource cs) |
ConceptSource |
ConceptServiceImpl.retireConceptSource(ConceptSource cs,
String reason) |
ConceptSource |
ConceptServiceImpl.saveConceptSource(ConceptSource conceptSource) |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.