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<ConceptAttribute> |
Concept.getActiveAttributes() |
List<ConceptAttribute> |
Concept.getActiveAttributes(CustomValueDescriptor ofType) |
Set<ConceptAttribute> |
Concept.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addAttribute(ConceptAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
Concept.setAttributes(Set<ConceptAttribute> attributes) |
Modifier and Type | Method and Description |
---|---|
ConceptAttribute |
ConceptService.getConceptAttributeByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAttribute |
ConceptDAO.getConceptAttributeByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAttribute |
HibernateConceptDAO.getConceptAttributeByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAttribute |
ConceptServiceImpl.getConceptAttributeByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.