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 |
---|---|
static Set<ConceptWord> |
ConceptWord.makeConceptWords(Concept concept) |
Modifier and Type | Method and Description |
---|---|
int |
ConceptWord.compareTo(ConceptWord word) |
Constructor and Description |
---|
ConceptSearchResult(ConceptWord conceptWord)
Optional constructor for turning a conceptWord into a conceptSearchResult, the constructor is
hidden from API users so as to hide the idea of conceptWord, it is meant to be used
underneath the API for convenience purposes.
|
Modifier and Type | Method and Description |
---|---|
List<ConceptWord> |
ConceptService.findConceptAnswers(String phrase,
Locale locale,
Concept concept,
boolean includeRetired)
Deprecated.
|
List<ConceptWord> |
ConceptService.findConcepts(String phrase,
List<Locale> searchLocales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes)
|
List<ConceptWord> |
ConceptService.findConcepts(String phrase,
Locale locale,
boolean includeRetired)
|
List<ConceptWord> |
ConceptService.findConcepts(String phrase,
Locale locale,
boolean includeRetired,
int start,
int size)
|
List<ConceptWord> |
ConceptService.findConcepts(String phrase,
Locale locale,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes)
|
List<ConceptWord> |
ConceptService.getConceptAnswers(String phrase,
Locale locale,
Concept concept)
Deprecated.
|
List<ConceptWord> |
ConceptService.getConceptWords(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
Integer start,
Integer size)
|
List<ConceptWord> |
ConceptService.getConceptWords(String phrase,
Locale locale)
Deprecated.
use
#getConcepts(String, Locale) that returns a list of
ConceptSearchResults |
Modifier and Type | Method and Description |
---|---|
ConceptWord |
ConceptDAO.getConceptWordByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptWord> |
ConceptDAO.getConceptWords(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
Integer start,
Integer size) |
Modifier and Type | Method and Description |
---|---|
Double |
ConceptDAO.weighConceptWord(ConceptWord word)
Computes and returns the weight of a conceptWord.
|
Modifier and Type | Method and Description |
---|---|
ConceptWord |
HibernateConceptDAO.getConceptWordByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptWord> |
HibernateConceptDAO.getConceptWords(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
Integer start,
Integer size) |
Modifier and Type | Method and Description |
---|---|
Double |
HibernateConceptDAO.weighConceptWord(ConceptWord word) |
Modifier and Type | Method and Description |
---|---|
List<ConceptWord> |
ConceptServiceImpl.findConceptAnswers(String phrase,
Locale locale,
Concept concept,
boolean includeRetired)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.findConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.findConcepts(String phrase,
Locale locale,
boolean includeRetired)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.findConcepts(String phrase,
Locale locale,
boolean includeRetired,
int start,
int size)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.findConcepts(String phrase,
Locale locale,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.getConceptAnswers(String phrase,
Locale locale,
Concept concept)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.getConceptWords(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answerToConcept,
Integer start,
Integer size)
Deprecated.
|
List<ConceptWord> |
ConceptServiceImpl.getConceptWords(String phrase,
Locale locale)
Deprecated.
|
protected List<ConceptWord> |
ConceptServiceImpl.weightWords(String phrase,
List<Locale> locales,
List<ConceptWord> conceptWords)
This will weight and sort the concepts according to how many of the words in the name match
the words in the search phrase.
|
Modifier and Type | Method and Description |
---|---|
protected List<ConceptWord> |
ConceptServiceImpl.weightWords(String phrase,
List<Locale> locales,
List<ConceptWord> conceptWords)
This will weight and sort the concepts according to how many of the words in the name match
the words in the search phrase.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.