public enum InsuranceplanType extends Enum<InsuranceplanType>
| Enum Constant and Description |
|---|
DENTAL
null
|
DRUG
null
|
HOME
null
|
HOSPICE
null
|
LONGTERM
null
|
MEDICAL
null
|
MENTAL
null
|
NULL
added to help the parsers
|
SHORTTERM
null
|
SUBSTAB
null
|
VISION
null
|
| Modifier and Type | Method and Description |
|---|---|
static InsuranceplanType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static InsuranceplanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsuranceplanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsuranceplanType MEDICAL
public static final InsuranceplanType DENTAL
public static final InsuranceplanType MENTAL
public static final InsuranceplanType SUBSTAB
public static final InsuranceplanType VISION
public static final InsuranceplanType DRUG
public static final InsuranceplanType SHORTTERM
public static final InsuranceplanType LONGTERM
public static final InsuranceplanType HOSPICE
public static final InsuranceplanType HOME
public static final InsuranceplanType NULL
public static InsuranceplanType[] values()
for (InsuranceplanType c : InsuranceplanType.values()) System.out.println(c);
public static InsuranceplanType 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 InsuranceplanType 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.