public enum FinancialTaskcode extends Enum<FinancialTaskcode>
| Enum Constant and Description |
|---|
CANCEL
Cancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete.
|
NULL
added to help the parsers
|
POLL
Retrieve selected or all queued resources or messages.
|
RELEASE
Release any reserved funds or material obligations associated with a resource.
|
REPROCESS
Indication that the processing of a resource, such as a claim, for some or all of the required work is now being requested.
|
STATUS
Check on the processing status of a resource such as the adjudication of a claim.
|
| Modifier and Type | Method and Description |
|---|---|
static FinancialTaskcode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static FinancialTaskcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinancialTaskcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinancialTaskcode CANCEL
public static final FinancialTaskcode POLL
public static final FinancialTaskcode RELEASE
public static final FinancialTaskcode REPROCESS
public static final FinancialTaskcode STATUS
public static final FinancialTaskcode NULL
public static FinancialTaskcode[] values()
for (FinancialTaskcode c : FinancialTaskcode.values()) System.out.println(c);
public static FinancialTaskcode 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 FinancialTaskcode 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.