Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
AllergenType |
Allergy.getAllergenType() |
AllergenType |
Allergen.getAllergenType() |
static AllergenType |
AllergenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergenType[] |
AllergenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Allergy.setAllergenType(AllergenType allergenType)
set the allergyType of the Allergy
|
void |
Allergen.setAllergenType(AllergenType allergenType) |
Constructor and Description |
---|
Allergen(AllergenType allergenType,
Concept codedAllergen,
String nonCodedAllergen) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.