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