public enum CoverageClass extends Enum<CoverageClass>
| 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.
|
RXBIN
Pharmacy benefit manager's Business Identification Number.
|
RXGROUP
A Pharmacy Benefit Manager specified Group number.
|
RXID
A Pharmacy Benefit Manager specified Member ID.
|
RXPCN
A Pharmacy Benefit Manager specified Processor Control Number.
|
SEQUENCE
A sequence number associated with a short-term continuance of the coverage.
|
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 CoverageClass |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CoverageClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageClass GROUP
public static final CoverageClass SUBGROUP
public static final CoverageClass PLAN
public static final CoverageClass SUBPLAN
public static final CoverageClass CLASS
public static final CoverageClass SUBCLASS
public static final CoverageClass SEQUENCE
public static final CoverageClass RXBIN
public static final CoverageClass RXPCN
public static final CoverageClass RXID
public static final CoverageClass RXGROUP
public static final CoverageClass NULL
public static CoverageClass[] values()
for (CoverageClass c : CoverageClass.values()) System.out.println(c);
public static CoverageClass 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 CoverageClass fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.