| Package | Description | 
|---|---|
| org.openmrs | 
 These classes represent the core domain objects for the OpenMRS project. 
 | 
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConceptNameType | 
ConceptName.getConceptNameType()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConceptName | 
Concept.getName(java.util.Locale locale,
       ConceptNameType ofType,
       ConceptNameTag havingTag)
Returns concept name depending of locale, type (short, fully specified, etc) and tag. 
 | 
void | 
ConceptName.setConceptNameType(ConceptNameType conceptNameType)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ConceptNameType | 
ConceptNameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConceptNameType[] | 
ConceptNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.