public enum ConditionClinicalStatusCodesEnum extends Enum<ConditionClinicalStatusCodesEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active The subject is currently experiencing the symptoms of the condition. |
RELAPSE
Display: Relapse
Code Value: relapse The subject is re-experiencing the symptoms of the condition after a period of remission or presumed resolution. |
REMISSION
Display: Remission
Code Value: remission The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning. |
RESOLVED
Display: Resolved
Code Value: 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 | Field and Description |
|---|---|
static IValueSetEnumBinder<ConditionClinicalStatusCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Condition Clinical Status Codes
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionClinicalStatusCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ConditionClinicalStatusCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionClinicalStatusCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionClinicalStatusCodesEnum ACTIVE
public static final ConditionClinicalStatusCodesEnum RELAPSE
public static final ConditionClinicalStatusCodesEnum REMISSION
public static final ConditionClinicalStatusCodesEnum RESOLVED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ConditionClinicalStatusCodesEnum> VALUESET_BINDER
public static ConditionClinicalStatusCodesEnum[] values()
for (ConditionClinicalStatusCodesEnum c : ConditionClinicalStatusCodesEnum.values()) System.out.println(c);
public static ConditionClinicalStatusCodesEnum 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 ConditionClinicalStatusCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.