Enum Constant Summary
Enum Constants
The Act has been terminated prior to the originally intended completion.
The Act can be performed or is being performed
The Act has been abandoned before activation.
An Act that has terminated normally after all of its constituents have been
performed.
An Act that is still in the preparatory stages has been put aside.
An Act that is in the preparatory stages and may not yet be acted upon
Encompasses the expected states of an Act, but excludes "nullified" and
"obsolete" which represent unusual terminal states for the life-cycle.
added to help the parsers
This Act instance was created in error and has been 'removed' and is treated
as though it never existed.
This Act instance has been replaced by a new instance.
An Act that has been activated (actions could or have been performed against
it), but has been temporarily disabled.
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
NORMAL
Encompasses the expected states of an Act, but excludes "nullified" and
"obsolete" which represent unusual terminal states for the life-cycle.
ABORTED
The Act has been terminated prior to the originally intended completion.
ACTIVE
The Act can be performed or is being performed
CANCELLED
The Act has been abandoned before activation.
COMPLETED
An Act that has terminated normally after all of its constituents have been
performed.
HELD
An Act that is still in the preparatory stages has been put aside. No action
can occur until the Act is released.
NEW
An Act that is in the preparatory stages and may not yet be acted upon
SUSPENDED
An Act that has been activated (actions could or have been performed against
it), but has been temporarily disabled. No further action should be taken
against it until it is released
NULLIFIED
This Act instance was created in error and has been 'removed' and is treated
as though it never existed. A record is retained for audit purposes only.
OBSOLETE
This Act instance has been replaced by a new instance.
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