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 |
---|---|
java.util.Collection<ConceptAnswer> |
Concept.getAnswers() |
java.util.Collection<ConceptAnswer> |
Concept.getAnswers(boolean includeRetired)
If
includeRetired is true, then the returned object is the actual stored list of
ConceptAnswer s |
java.util.Collection<ConceptAnswer> |
Concept.getSortedAnswers(java.util.Locale locale)
Deprecated.
|
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(java.util.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(java.lang.Integer conceptAnswerId)
Gets the ConceptAnswer with the given id
|
ConceptAnswer |
ConceptService.getConceptAnswerByUuid(java.lang.String uuid)
Get ConceptAnswer by its UUID
|
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
ConceptDAO.getConceptAnswer(java.lang.Integer conceptAnswerId) |
ConceptAnswer |
ConceptDAO.getConceptAnswerByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
HibernateConceptDAO.getConceptAnswer(java.lang.Integer conceptAnswerId) |
ConceptAnswer |
HibernateConceptDAO.getConceptAnswerByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
ConceptAnswer |
ConceptServiceImpl.getConceptAnswer(java.lang.Integer conceptAnswerId) |
ConceptAnswer |
ConceptServiceImpl.getConceptAnswerByUuid(java.lang.String uuid) |
Constructor and Description |
---|
ConceptAnswersEditor(java.util.Collection<ConceptAnswer> originalAnswers)
Default constructor taking in the original answers.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.