public enum ClaimTypeCategory extends Enum<ClaimTypeCategory> implements Coded
| Enum Constant and Description |
|---|
CLOSING_THE_GAP_BENEFIT |
CONCESSIONAL_OR_SAFETY_NET_CONCESSION_BENEFIT |
GENERAL_BENEFIT |
NO_BENEFIT |
RPBS_BENEFIT |
SAFETY_NET_ENTITLEMENT_CARD_BENEFIT |
HL7_CODE_SYSTEM| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getCodeSystem() |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
String |
getDisplayName() |
String |
getOriginalText() |
List<Code> |
getTranslations() |
boolean |
isCoded() |
static ClaimTypeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimTypeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimTypeCategory GENERAL_BENEFIT
public static final ClaimTypeCategory CONCESSIONAL_OR_SAFETY_NET_CONCESSION_BENEFIT
public static final ClaimTypeCategory SAFETY_NET_ENTITLEMENT_CARD_BENEFIT
public static final ClaimTypeCategory RPBS_BENEFIT
public static final ClaimTypeCategory CLOSING_THE_GAP_BENEFIT
public static final ClaimTypeCategory NO_BENEFIT
public static ClaimTypeCategory[] values()
for (ClaimTypeCategory c : ClaimTypeCategory.values()) System.out.println(c);
public static ClaimTypeCategory 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 String getCodeSystem()
getCodeSystem in interface Codedpublic String getCodeSystemName()
getCodeSystemName in interface Codedpublic String getCodeSystemVersion()
getCodeSystemVersion in interface Codedpublic String getDisplayName()
getDisplayName in interface Codedpublic String getOriginalText()
getOriginalText in interface Codedpublic List<Code> getTranslations()
getTranslations in interface CodedCopyright © 2021. All rights reserved.