public enum PolicyholderRelationship extends Enum<PolicyholderRelationship>
| Enum Constant and Description |
|---|
CHILD
The Beneficiary is a child of the Policyholder
|
COMMON
The Beneficiary is a common law spouse or equivalent of the Policyholder
|
NULL
added to help the parsers
|
OTHER
The Beneficiary has some other relationship the Policyholder
|
PARENT
The Beneficiary is a parent of the Policyholder
|
SELF
The Beneficiary is the Policyholder
|
SPOUSE
The Beneficiary is a spouse or equivalent of the Policyholder
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyholderRelationship |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PolicyholderRelationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyholderRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyholderRelationship CHILD
public static final PolicyholderRelationship PARENT
public static final PolicyholderRelationship SPOUSE
public static final PolicyholderRelationship COMMON
public static final PolicyholderRelationship OTHER
public static final PolicyholderRelationship SELF
public static final PolicyholderRelationship NULL
public static PolicyholderRelationship[] values()
for (PolicyholderRelationship c : PolicyholderRelationship.values()) System.out.println(c);
public static PolicyholderRelationship 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 PolicyholderRelationship 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.