public enum ConditionClinical extends Enum<ConditionClinical>
| Enum Constant and Description |
|---|
ACTIVE
The subject is currently experiencing the symptoms of the condition.
|
NULL
added to help the parsers
|
RELAPSE
The subject is re-experiencing the symptoms of the condition after a period of remission or presumed resolution.
|
REMISSION
The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.
|
RESOLVED
The subject is no longer experiencing the symptoms of the condition and there is no perceived risk of the symptoms returning.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionClinical |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConditionClinical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionClinical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionClinical ACTIVE
public static final ConditionClinical RELAPSE
public static final ConditionClinical REMISSION
public static final ConditionClinical RESOLVED
public static final ConditionClinical NULL
public static ConditionClinical[] values()
for (ConditionClinical c : ConditionClinical.values()) System.out.println(c);
public static ConditionClinical valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ConditionClinical fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.