public enum AllergyIntoleranceStatusEnum extends Enum<AllergyIntoleranceStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active An active record of a reaction to the identified Substance. |
CONFIRMED
Display: Confirmed
Code Value: confirmed A high level of certainty about the propensity for a reaction to the identified Substance, which may include clinical evidence by testing or rechallenge. |
ENTERED_IN_ERROR
Display: Entered In Error
Code Value: entered-in-error The statement was entered in error and is not valid. |
INACTIVE
Display: Inactive
Code Value: inactive An inactive record of a reaction to the identified Substance. |
REFUTED
Display: Refuted
Code Value: refuted A propensity for a reaction to the identified Substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted. |
RESOLVED
Display: Resolved
Code Value: resolved A reaction to the identified Substance has been clinically reassessed by testing or rechallenge and considered to be resolved. |
UNCONFIRMED
Display: Unconfirmed
Code Value: unconfirmed A low level of certainty about the propensity for a reaction to the identified Substance. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AllergyIntoleranceStatusEnum> |
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:
AllergyIntoleranceStatus
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceStatusEnum |
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 AllergyIntoleranceStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntoleranceStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntoleranceStatusEnum ACTIVE
public static final AllergyIntoleranceStatusEnum UNCONFIRMED
public static final AllergyIntoleranceStatusEnum CONFIRMED
public static final AllergyIntoleranceStatusEnum INACTIVE
public static final AllergyIntoleranceStatusEnum RESOLVED
public static final AllergyIntoleranceStatusEnum REFUTED
public static final AllergyIntoleranceStatusEnum ENTERED_IN_ERROR
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AllergyIntoleranceStatusEnum> VALUESET_BINDER
public static AllergyIntoleranceStatusEnum[] values()
for (AllergyIntoleranceStatusEnum c : AllergyIntoleranceStatusEnum.values()) System.out.println(c);
public static AllergyIntoleranceStatusEnum 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 AllergyIntoleranceStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.