public enum FlagCategoryCodesEnum extends Enum<FlagCategoryCodesEnum>
| Enum Constant and Description |
|---|
ADMINISTRATIVE
Display: Administrative
Code Value: ADM Special issues with respect to payment, insurance, or other administrative matters. |
ADVANCE_DIRECTIVE
Display: Advance Directive
Code Value: ADV Patient has advance directives. |
BEHAVIORAL
Display: Behavioral
Code Value: BH Patient actions that pose risk or otherwise impact health or treatement, e.g. |
CLINICAL
Display: Clinical
Code Value: CL Patient has special needs, limitations, or preferences that impact clinical treatment. |
OTHER
Display: Other
Code Value: OT Flag or alert not belonging to any other category. |
RESEARCH
Display: Research
Code Value: RES Patient is a participant in a research study. |
SPECIAL_CIRCUMSTANCES
Display: Special Circumstances
Code Value: SC Special circumstances in terms of transportation, living situation, or communications. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<FlagCategoryCodesEnum> |
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:
Flag Category Codes
|
| Modifier and Type | Method and Description |
|---|---|
static FlagCategoryCodesEnum |
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 FlagCategoryCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagCategoryCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlagCategoryCodesEnum CLINICAL
public static final FlagCategoryCodesEnum BEHAVIORAL
public static final FlagCategoryCodesEnum RESEARCH
public static final FlagCategoryCodesEnum SPECIAL_CIRCUMSTANCES
public static final FlagCategoryCodesEnum ADMINISTRATIVE
public static final FlagCategoryCodesEnum ADVANCE_DIRECTIVE
public static final FlagCategoryCodesEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<FlagCategoryCodesEnum> VALUESET_BINDER
public static FlagCategoryCodesEnum[] values()
for (FlagCategoryCodesEnum c : FlagCategoryCodesEnum.values()) System.out.println(c);
public static FlagCategoryCodesEnum 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 FlagCategoryCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.