public enum CoverageLevel extends Enum<CoverageLevel>
| Enum Constant and Description |
|---|
CLASS
A class of benefits.
|
GROUP
An employee group
|
NULL
added to help the parsers
|
PLAN
A specific suite of benefits.
|
SEQUENCE
A sequence number associated with repeating short-term continuence of the converage.
|
SUBCLASS
A subset of a class of benefits.
|
SUBGROUP
A sub-group of an employee group
|
SUBPLAN
A subset of a specific suite of benefits.
|
| Modifier and Type | Method and Description |
|---|---|
static CoverageLevel |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CoverageLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageLevel GROUP
public static final CoverageLevel SUBGROUP
public static final CoverageLevel PLAN
public static final CoverageLevel SUBPLAN
public static final CoverageLevel CLASS
public static final CoverageLevel SUBCLASS
public static final CoverageLevel SEQUENCE
public static final CoverageLevel NULL
public static CoverageLevel[] values()
for (CoverageLevel c : CoverageLevel.values()) System.out.println(c);
public static CoverageLevel 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 CoverageLevel fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.