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.propertyeditor |
Modifier and Type | Method and Description |
---|---|
Collection<ConceptSet> |
Concept.getConceptSets() |
Modifier and Type | Method and Description |
---|---|
int |
ConceptSet.compareTo(ConceptSet cs) |
Modifier and Type | Method and Description |
---|---|
void |
Concept.setConceptSets(Collection<ConceptSet> conceptSets) |
Modifier and Type | Method and Description |
---|---|
ConceptSet |
ConceptService.getConceptSetByUuid(String uuid)
Get ConceptSet by its UUID
|
Modifier and Type | Method and Description |
---|---|
List<ConceptSet> |
ConceptService.getConceptSetsByConcept(Concept concept)
Return a list of the concept sets with concept_set matching concept
For example to find all concepts for ARVs, you would do
getConceptSets(getConcept("ANTIRETROVIRAL MEDICATIONS")) and then take the conceptIds from
the resulting list.
|
List<ConceptSet> |
ConceptService.getSetsContainingConcept(Concept concept)
Find all sets that the given concept is a member of
|
Modifier and Type | Method and Description |
---|---|
ConceptSet |
ConceptDAO.getConceptSetByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSet> |
ConceptDAO.getConceptSetsByConcept(Concept c) |
List<ConceptSet> |
ConceptDAO.getSetsContainingConcept(Concept concept) |
Modifier and Type | Method and Description |
---|---|
ConceptSet |
HibernateConceptDAO.getConceptSetByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSet> |
HibernateConceptDAO.getConceptSetsByConcept(Concept concept) |
List<ConceptSet> |
HibernateConceptDAO.getSetsContainingConcept(Concept concept) |
Modifier and Type | Method and Description |
---|---|
ConceptSet |
ConceptServiceImpl.getConceptSetByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSet> |
ConceptServiceImpl.getConceptSetsByConcept(Concept concept) |
List<ConceptSet> |
ConceptServiceImpl.getSetsContainingConcept(Concept concept) |
Constructor and Description |
---|
ConceptSetsEditor(Collection<ConceptSet> conceptSets)
Default constructor taking in the current sets on a concept
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.