public enum ClaimTypeEnum extends Enum<ClaimTypeEnum>
| Enum Constant and Description |
|---|
INSTITUTIONAL
Display: Institutional
Code Value: institutional A claim for Institution based, typically in-patient, goods and services. |
ORAL_HEALTH
Display: Oral Health
Code Value: oral A claim for Oral Health (Dentist, Denturist, Hygienist) goods and services. |
PHARMACY
Display: Pharmacy
Code Value: pharmacy A claim for Pharmacy based goods and services. |
PROFESSIONAL
Display: Professional
Code Value: professional A claim for Professional, typically out-patient, goods and services. |
VISION
Display: Vision
Code Value: vision A claim for Vision (Ophthamologist, Optometrist and Optician) goods and services. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ClaimTypeEnum> |
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:
ClaimType
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimTypeEnum |
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 ClaimTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimTypeEnum INSTITUTIONAL
public static final ClaimTypeEnum ORAL_HEALTH
public static final ClaimTypeEnum PHARMACY
public static final ClaimTypeEnum PROFESSIONAL
public static final ClaimTypeEnum VISION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ClaimTypeEnum> VALUESET_BINDER
public static ClaimTypeEnum[] values()
for (ClaimTypeEnum c : ClaimTypeEnum.values()) System.out.println(c);
public static ClaimTypeEnum 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 ClaimTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.