| Package | Description | 
|---|---|
| org.openmrs.activelist | 
| Modifier and Type | Method and Description | 
|---|---|
ProblemModifier | 
Problem.getModifier()  | 
static ProblemModifier | 
ProblemModifier.getValue(java.lang.String arg)  | 
static ProblemModifier | 
ProblemModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ProblemModifier[] | 
ProblemModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Problem.setModifier(ProblemModifier modifier)  | 
| Constructor and Description | 
|---|
Problem(Patient person,
       Concept concept,
       java.util.Date startDate,
       ProblemModifier modifier,
       java.lang.String comments,
       java.lang.Double sortWeight)  | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.