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<ConceptAnswer> |
Concept.getAnswers() |
Collection<ConceptAnswer> |
Concept.getAnswers(boolean includeRetired)
If
includeRetired is true, then the returned object is the actual stored list of
ConceptAnswer s |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addAnswer(ConceptAnswer conceptAnswer)
Add the given ConceptAnswer to the list of answers for this Concept
|
int |
ConceptAnswer.compareTo(ConceptAnswer ca) |
boolean |
Concept.removeAnswer(ConceptAnswer conceptAnswer)
Remove the given answer from the list of answers for this Concept
|
Modifier and Type | Method and Description |
---|---|
void |
Concept.setAnswers(Collection<ConceptAnswer> answers)
Set this Concept as having the given
answers ; This method assumes that the
sort_weight has already been set. |
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
ConceptService.getConceptAnswer(Integer conceptAnswerId)
Gets the ConceptAnswer with the given id
|
ConceptAnswer |
ConceptService.getConceptAnswerByUuid(String uuid)
Get ConceptAnswer by its UUID
|
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
ConceptDAO.getConceptAnswer(Integer conceptAnswerId) |
ConceptAnswer |
ConceptDAO.getConceptAnswerByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
HibernateConceptDAO.getConceptAnswer(Integer conceptAnswerId) |
ConceptAnswer |
HibernateConceptDAO.getConceptAnswerByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
ConceptServiceImpl.getConceptAnswer(Integer conceptAnswerId) |
ConceptAnswer |
ConceptServiceImpl.getConceptAnswerByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
protected ConceptAnswer |
ConceptAnswerEditor.getObjectById(Integer id) |
protected ConceptAnswer |
ConceptAnswerEditor.getObjectByUuid(String uuid) |
Constructor and Description |
---|
ConceptAnswersEditor(Collection<ConceptAnswer> originalAnswers)
Default constructor taking in the original answers.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.