public static enum ExplanationOfBenefit.RemittanceOutcome extends Enum<ExplanationOfBenefit.RemittanceOutcome>
| Enum Constant and Description |
|---|
COMPLETE
The processing has completed without errors
|
ERROR
One or more errors have been detected in the Claim
|
NULL
added to help the parsers with the generic types
|
PARTIAL
No errors have been detected in the Claim and some of the adjudication has been performed.
|
QUEUED
The Claim/Pre-authorization/Pre-determination has been received but processing has not begun.
|
| Modifier and Type | Method and Description |
|---|---|
static ExplanationOfBenefit.RemittanceOutcome |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExplanationOfBenefit.RemittanceOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplanationOfBenefit.RemittanceOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplanationOfBenefit.RemittanceOutcome QUEUED
public static final ExplanationOfBenefit.RemittanceOutcome COMPLETE
public static final ExplanationOfBenefit.RemittanceOutcome ERROR
public static final ExplanationOfBenefit.RemittanceOutcome PARTIAL
public static final ExplanationOfBenefit.RemittanceOutcome NULL
public static ExplanationOfBenefit.RemittanceOutcome[] values()
for (ExplanationOfBenefit.RemittanceOutcome c : ExplanationOfBenefit.RemittanceOutcome.values()) System.out.println(c);
public static ExplanationOfBenefit.RemittanceOutcome 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 ExplanationOfBenefit.RemittanceOutcome 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.