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 |
---|---|
ConceptDatatype |
Concept.getDatatype() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.setDatatype(ConceptDatatype conceptDatatype) |
Modifier and Type | Method and Description |
---|---|
ConceptDatatype |
ConceptService.getConceptDatatype(Integer i)
Return a ConceptDatatype matching the given identifier
|
ConceptDatatype |
ConceptService.getConceptDatatypeByName(String name)
Return a Concept datatype matching the given name
|
ConceptDatatype |
ConceptService.getConceptDatatypeByUuid(String uuid)
Get ConceptDatatype by its UUID
|
Modifier and Type | Method and Description |
---|---|
List<ConceptDatatype> |
ConceptService.getAllConceptDatatypes()
Return a list of all concept datatypes currently in the database
|
List<ConceptDatatype> |
ConceptService.getAllConceptDatatypes(boolean includeRetired)
Return a list of concept datatypes currently in the database
|
Modifier and Type | Method and Description |
---|---|
List<ConceptSearchResult> |
ConceptService.getConcepts(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)
Searches for concepts by the given parameters.
|
List<ConceptSearchResult> |
ConceptService.getConcepts(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)
Searches for concepts by the given parameters.
|
Integer |
ConceptService.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept)
Return the number of concepts matching a search phrase and the specified arguments
|
Integer |
ConceptService.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept)
Return the number of concepts matching a search phrase and the specified arguments
|
Modifier and Type | Method and Description |
---|---|
ConceptDatatype |
ConceptDAO.getConceptDatatype(Integer i) |
ConceptDatatype |
ConceptDAO.getConceptDatatypeByName(String name) |
ConceptDatatype |
ConceptDAO.getConceptDatatypeByUuid(String uuid) |
ConceptDatatype |
ConceptDAO.getSavedConceptDatatype(Concept concept)
Gets the value of conceptDatatype currently saved in the database for the given concept,
bypassing any caches.
|
ConceptDatatype |
ConceptDAO.saveConceptDatatype(ConceptDatatype cd) |
Modifier and Type | Method and Description |
---|---|
List<ConceptDatatype> |
ConceptDAO.getAllConceptDatatypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptDAO.purgeConceptDatatype(ConceptDatatype cd) |
ConceptDatatype |
ConceptDAO.saveConceptDatatype(ConceptDatatype cd) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSearchResult> |
ConceptDAO.getConcepts(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<ConceptSearchResult> |
ConceptDAO.getConcepts(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<Concept> |
ConceptDAO.getConcepts(String name,
Locale loc,
boolean searchOnPhrase,
List<ConceptClass> classes,
List<ConceptDatatype> datatypes)
Returns a list of concepts based on the search criteria
|
Integer |
ConceptDAO.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Integer |
ConceptDAO.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Modifier and Type | Method and Description |
---|---|
ConceptDatatype |
HibernateConceptDAO.getConceptDatatype(Integer i) |
ConceptDatatype |
HibernateConceptDAO.getConceptDatatypeByName(String name) |
ConceptDatatype |
HibernateConceptDAO.getConceptDatatypeByUuid(String uuid) |
ConceptDatatype |
HibernateConceptDAO.getSavedConceptDatatype(Concept concept) |
ConceptDatatype |
HibernateConceptDAO.saveConceptDatatype(ConceptDatatype cd) |
Modifier and Type | Method and Description |
---|---|
List<ConceptDatatype> |
HibernateConceptDAO.getAllConceptDatatypes(boolean includeRetired) |
List<ConceptDatatype> |
HibernateConceptDAO.getConceptDatatypes(String name) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateConceptDAO.purgeConceptDatatype(ConceptDatatype cd) |
ConceptDatatype |
HibernateConceptDAO.saveConceptDatatype(ConceptDatatype cd) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSearchResult> |
HibernateConceptDAO.getConcepts(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<ConceptSearchResult> |
HibernateConceptDAO.getConcepts(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<Concept> |
HibernateConceptDAO.getConcepts(String name,
Locale loc,
boolean searchOnPhrase,
List<ConceptClass> classes,
List<ConceptDatatype> datatypes) |
Integer |
HibernateConceptDAO.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Integer |
HibernateConceptDAO.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Modifier and Type | Method and Description |
---|---|
ConceptDatatype |
ConceptServiceImpl.getConceptDatatype(Integer i) |
ConceptDatatype |
ConceptServiceImpl.getConceptDatatypeByName(String name) |
ConceptDatatype |
ConceptServiceImpl.getConceptDatatypeByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<ConceptDatatype> |
ConceptServiceImpl.getAllConceptDatatypes() |
List<ConceptDatatype> |
ConceptServiceImpl.getAllConceptDatatypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
List<ConceptSearchResult> |
ConceptServiceImpl.getConcepts(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<ConceptSearchResult> |
ConceptServiceImpl.getConcepts(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) |
Integer |
ConceptServiceImpl.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Integer |
ConceptServiceImpl.getCountOfConcepts(String phrase,
List<Locale> locales,
boolean includeRetired,
List<ConceptClass> requireClasses,
List<ConceptClass> excludeClasses,
List<ConceptDatatype> requireDatatypes,
List<ConceptDatatype> excludeDatatypes,
Concept answersToConcept) |
Modifier and Type | Method and Description |
---|---|
protected ConceptDatatype |
ConceptDatatypeEditor.getObjectById(Integer id) |
protected ConceptDatatype |
ConceptDatatypeEditor.getObjectByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.