public enum EntitlementType extends Enum<EntitlementType> implements EnumTuple
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getCodeSystem() |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
String |
getDescriptor() |
String |
getDisplayName() |
String |
getOriginalText() |
boolean |
hasDisplayName() |
static EntitlementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitlementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitlementType MEDICARE_BENEFITS
public static final EntitlementType PENSIONER_CONCESSION
public static final EntitlementType COMMONWEALTH_SENIORS_HEALTH_CONCESSION
public static final EntitlementType HEALTHCARE_CONCESSION
public static final EntitlementType REPATRIATION_HEALTH_GOLD_BENEFITS
public static final EntitlementType REPATRIATION_HEALTH_WHITE_BENEFITS
public static final EntitlementType REPATRIATION_HEALTH_ORANGE_BENEFITS
public static final EntitlementType SAFETY_NET_CONCESSION
public static final EntitlementType SAFETY_NET_ENTITLEMENT
public static final EntitlementType MEDICARE_PRESCRIBER_NUMBER
public static final EntitlementType MEDICARE_PHARMACY_APPROVAL_NUMBER
public static EntitlementType[] values()
for (EntitlementType c : EntitlementType.values()) System.out.println(c);
public static EntitlementType 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 getDescriptor()
getDescriptor in interface EnumTuplepublic String getOriginalText()
public String getCodeSystem()
public String getCodeSystemName()
public String getCodeSystemVersion()
public String getDisplayName()
public boolean hasDisplayName()
Copyright © 2021. All rights reserved.