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