Package | Description |
---|---|
org.openmrs.web.dwr |
Modifier and Type | Method and Description |
---|---|
ConceptListItem |
ConceptDrugListItem.getConcept() |
ConceptListItem |
FieldListItem.getConcept() |
ConceptListItem |
DWRConceptService.getConcept(java.lang.Integer conceptId)
Get a
ConceptListItem by its internal database id. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConceptListItem> |
DWRConceptService.findProposedConcepts(java.lang.String text) |
java.util.List<ConceptListItem> |
DWRConceptService.getAnswersForQuestion(java.lang.Integer conceptId) |
java.util.List<ConceptListItem> |
DWRConceptService.getQuestionsForAnswer(java.lang.Integer conceptId) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptDrugListItem.setConcept(ConceptListItem concept) |
void |
FieldListItem.setConcept(ConceptListItem concept) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.