public enum AdjudicationCodesEnum extends Enum<AdjudicationCodesEnum>
| Enum Constant and Description |
|---|
BENEFIT
Code Value: benefit
|
COPAY
Code Value: copay
|
DEDUCTIBLE
Code Value: deductible
|
ELIGIBLE
Code Value: eligible
|
ELIGPERCENT
Code Value: eligpercent
|
TAX
Code Value: tax
|
TOTAL
Code Value: total
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AdjudicationCodesEnum> |
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:
Adjudication Codes
|
| Modifier and Type | Method and Description |
|---|---|
static AdjudicationCodesEnum |
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 AdjudicationCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdjudicationCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjudicationCodesEnum TOTAL
public static final AdjudicationCodesEnum COPAY
public static final AdjudicationCodesEnum ELIGIBLE
public static final AdjudicationCodesEnum DEDUCTIBLE
public static final AdjudicationCodesEnum ELIGPERCENT
public static final AdjudicationCodesEnum TAX
public static final AdjudicationCodesEnum BENEFIT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AdjudicationCodesEnum> VALUESET_BINDER
public static AdjudicationCodesEnum[] values()
for (AdjudicationCodesEnum c : AdjudicationCodesEnum.values()) System.out.println(c);
public static AdjudicationCodesEnum 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 AdjudicationCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.