public class ActStatus extends Object
This table controls values for structural elements of the HL7 Reference Information Model. Therefore, it is part of the Normative Ballot for the RIM.
Modifier and Type | Field and Description |
---|---|
static CS |
ABORTED
The
Act has been terminated prior to the originally indended
completion |
static CS |
ACTIVE
The
Act can be performed or is being performed |
static Set<CS> |
ALL_VALUES
All values defined by this class.
|
static CS |
CANCELLED
The
Act has been abandoned before activation. |
static CS |
COMPLETED
An
Act that has terminated normally after all of its
constituents have been performed. |
static CS |
HELD
An
Act that is still in the preparatory stages has been put
aside. |
static CS |
NEW
An
Act that is in the preparatory stages and may not yet be
acted upon |
static CS |
NULLIFIED
This
Act instance was created in error and has been
'removed' and is treated as though it never existed. |
static CS |
OBSOLETE
This
Act instance has been replaced by a new instance. |
static CS |
SUSPENDED
An
Act that has been activated (actions could or have been
performed against it), but has been temporarily disabled. |
Constructor and Description |
---|
ActStatus() |
public static CS CANCELLED
The Act
has been abandoned before activation.
public static CS ACTIVE
The Act
can be performed or is being performed
public static CS ABORTED
The Act
has been terminated prior to the originally indended
completion
public static CS 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.
public static CS 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
public static CS OBSOLETE
This Act
instance has been replaced by a new instance.
public static CS HELD
An Act
that is still in the preparatory stages has been put
aside. No action can occur until the Act
is released.
public static CS NEW
An Act
that is in the preparatory stages and may not yet be
acted upon
public static CS COMPLETED
An Act
that has terminated normally after all of its
constituents have been performed.
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved