Enum FinancialTaskcode
- java.lang.Object
-
- java.lang.Enum<FinancialTaskcode>
-
- org.hl7.fhir.r4.model.codesystems.FinancialTaskcode
-
- All Implemented Interfaces:
Serializable,Comparable<FinancialTaskcode>
public enum FinancialTaskcode extends Enum<FinancialTaskcode>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELCancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete.NULLadded to help the parsersPOLLRetrieve selected or all queued resources or messages.RELEASERelease any reserved funds or material obligations associated with a resource.REPROCESSIndication that the processing of a resource, such as a claim, for some or all of the required work is now being requested.STATUSCheck on the processing status of a resource such as the adjudication of a claim.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FinancialTaskcodefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static FinancialTaskcodevalueOf(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.
-
-
-
Enum Constant Detail
-
CANCEL
public static final FinancialTaskcode CANCEL
Cancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete.
-
POLL
public static final FinancialTaskcode POLL
Retrieve selected or all queued resources or messages.
-
RELEASE
public static final FinancialTaskcode RELEASE
Release any reserved funds or material obligations associated with a resource. For example, any unused but reserved funds or treatment allowance associated with a preauthorization once treatment is complete.
-
REPROCESS
public static final FinancialTaskcode 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
public static final FinancialTaskcode STATUS
Check on the processing status of a resource such as the adjudication of a claim.
-
NULL
public static final FinancialTaskcode NULL
added to help the parsers
-
-
Method Detail
-
values
public static FinancialTaskcode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FinancialTaskcode c : FinancialTaskcode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FinancialTaskcode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static FinancialTaskcode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-