Enum Constant Summary
Enum Constants
Cancel or reverse a resource, such as a claim or preauthorization, which is
in-process or complete.
added to help the parsers
Retrieve selected or all queued resources or messages.
Release any reserved funds or material obligations associated with a
resource.
Indication that the processing of a resource, such as a claim, for some or
all of the required work is now being requested.
Check on the processing status of a resource such as the adjudication of a
claim.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
CANCEL
Cancel or reverse a resource, such as a claim or preauthorization, which is
in-process or complete.
POLL
Retrieve selected or all queued resources or messages.
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
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.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException