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