public static enum Enumerations.RemittanceOutcome extends Enum<Enumerations.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
|
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 Enumerations.RemittanceOutcome |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.RemittanceOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.RemittanceOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.RemittanceOutcome QUEUED
public static final Enumerations.RemittanceOutcome COMPLETE
public static final Enumerations.RemittanceOutcome ERROR
public static final Enumerations.RemittanceOutcome PARTIAL
public static final Enumerations.RemittanceOutcome NULL
public static Enumerations.RemittanceOutcome[] values()
for (Enumerations.RemittanceOutcome c : Enumerations.RemittanceOutcome.values()) System.out.println(c);
public static Enumerations.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 Enumerations.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.