public enum AllergyIntoleranceCriticalityEnum extends Enum<AllergyIntoleranceCriticalityEnum>
| Enum Constant and Description |
|---|
HIGH_RISK
Display: High Risk
Code Value: CRITH The potential clinical impact of a future reaction is estimated as high risk: exposure to substance may result in a life threatening or organ system threatening outcome. |
LOW_RISK
Display: Low Risk
Code Value: CRITL The potential clinical impact of a future reaction is estimated as low risk: exposure to substance is unlikely to result in a life threatening or organ system threatening outcome. |
UNABLE_TO_DETERMINE
Display: Unable to determine
Code Value: CRITU Unable to assess the potential clinical impact with the information available. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AllergyIntoleranceCriticalityEnum> |
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:
AllergyIntoleranceCriticality
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceCriticalityEnum |
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 AllergyIntoleranceCriticalityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntoleranceCriticalityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntoleranceCriticalityEnum LOW_RISK
public static final AllergyIntoleranceCriticalityEnum HIGH_RISK
public static final AllergyIntoleranceCriticalityEnum UNABLE_TO_DETERMINE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AllergyIntoleranceCriticalityEnum> VALUESET_BINDER
public static AllergyIntoleranceCriticalityEnum[] values()
for (AllergyIntoleranceCriticalityEnum c : AllergyIntoleranceCriticalityEnum.values()) System.out.println(c);
public static AllergyIntoleranceCriticalityEnum 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 AllergyIntoleranceCriticalityEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.