Package | Description |
---|---|
org.openmrs.activelist |
Modifier and Type | Method and Description |
---|---|
AllergySeverity |
Allergy.getSeverity() |
static AllergySeverity |
AllergySeverity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllergySeverity[] |
AllergySeverity.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.setSeverity(AllergySeverity severity) |
Constructor and Description |
---|
Allergy(Patient person,
Concept concept,
java.util.Date startDate,
AllergyType allergyType,
Concept reaction,
AllergySeverity severity) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.