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 java.util.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 |
---|---|
java.util.List<ConceptWord> |
ConceptService.findConceptAnswers(java.lang.String phrase,
java.util.Locale locale,
Concept concept,
boolean includeRetired)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptService.findConcepts(java.lang.String phrase,
java.util.List<java.util.Locale> searchLocales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes)
|
java.util.List<ConceptWord> |
ConceptService.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired)
|
java.util.List<ConceptWord> |
ConceptService.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired,
int start,
int size)
|
java.util.List<ConceptWord> |
ConceptService.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes)
|
java.util.List<ConceptWord> |
ConceptService.getConceptAnswers(java.lang.String phrase,
java.util.Locale locale,
Concept concept)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptService.getConceptWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
java.lang.Integer start,
java.lang.Integer size)
|
java.util.List<ConceptWord> |
ConceptService.getConceptWords(java.lang.String phrase,
java.util.Locale locale)
Deprecated.
use
#getConcepts(String, Locale) that returns a list of
ConceptSearchResults |
Modifier and Type | Method and Description |
---|---|
ConceptWord |
ConceptDAO.getConceptWordByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConceptWord> |
ConceptDAO.getConceptWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
java.lang.Integer start,
java.lang.Integer size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
ConceptDAO.weighConceptWord(ConceptWord word)
Computes and returns the weight of a conceptWord.
|
Modifier and Type | Method and Description |
---|---|
ConceptWord |
HibernateConceptDAO.getConceptWordByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConceptWord> |
HibernateConceptDAO.getConceptWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept,
java.lang.Integer start,
java.lang.Integer size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
HibernateConceptDAO.weighConceptWord(ConceptWord word) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConceptWord> |
ConceptServiceImpl.findConceptAnswers(java.lang.String phrase,
java.util.Locale locale,
Concept concept,
boolean includeRetired)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.findConcepts(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired,
int start,
int size)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.findConcepts(java.lang.String phrase,
java.util.Locale locale,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.getConceptAnswers(java.lang.String phrase,
java.util.Locale locale,
Concept concept)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.getConceptWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
boolean includeRetired,
java.util.List<ConceptClass> requireClasses,
java.util.List<ConceptClass> excludeClasses,
java.util.List<ConceptDatatype> requireDatatypes,
java.util.List<ConceptDatatype> excludeDatatypes,
Concept answerToConcept,
java.lang.Integer start,
java.lang.Integer size)
Deprecated.
|
java.util.List<ConceptWord> |
ConceptServiceImpl.getConceptWords(java.lang.String phrase,
java.util.Locale locale)
Deprecated.
|
protected java.util.List<ConceptWord> |
ConceptServiceImpl.weightWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
java.util.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 java.util.List<ConceptWord> |
ConceptServiceImpl.weightWords(java.lang.String phrase,
java.util.List<java.util.Locale> locales,
java.util.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 Inc.. All Rights Reserved.