public enum BenefitNetwork extends Enum<BenefitNetwork>
| Enum Constant and Description |
|---|
IN
Services rendered by a Network provider
|
NULL
added to help the parsers
|
OUT
Services rendered by a provider who is not in the Network
|
| Modifier and Type | Method and Description |
|---|---|
static BenefitNetwork |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static BenefitNetwork |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenefitNetwork[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenefitNetwork IN
public static final BenefitNetwork OUT
public static final BenefitNetwork NULL
public static BenefitNetwork[] values()
for (BenefitNetwork c : BenefitNetwork.values()) System.out.println(c);
public static BenefitNetwork 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 BenefitNetwork 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.