public enum Adjudication extends Enum<Adjudication>
| Enum Constant and Description |
|---|
BENEFIT
Amount payable under the coverage
|
COPAY
Patient Co-Payment
|
DEDUCTIBLE
Amount deducted from the eligible amount prior to adjudication
|
ELIGIBLE
Amount of the change which is considered for adjudication
|
ELIGPERCENT
Eligible Percentage
|
NULL
added to help the parsers
|
TAX
Emergency Department
|
TOTAL
Total submitted
|
| Modifier and Type | Method and Description |
|---|---|
static Adjudication |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Adjudication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Adjudication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adjudication TOTAL
public static final Adjudication COPAY
public static final Adjudication ELIGIBLE
public static final Adjudication DEDUCTIBLE
public static final Adjudication ELIGPERCENT
public static final Adjudication TAX
public static final Adjudication BENEFIT
public static final Adjudication NULL
public static Adjudication[] values()
for (Adjudication c : Adjudication.values()) System.out.println(c);
public static Adjudication 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 Adjudication fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.