public enum V3ActStatus extends Enum<V3ActStatus>
| Enum Constant and Description |
|---|
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.
|
NEW
An Act that is in the preparatory stages and may not yet be acted upon
|
NORMAL
Encompasses the expected states of an Act, but excludes "nullified" and "obsolete" which represent unusual terminal states for the life-cycle.
|
NULL
added to help the parsers
|
NULLIFIED
This Act instance was created in error and has been 'removed' and is treated as though it never existed.
|
OBSOLETE
This Act instance has been replaced by a new instance.
|
SUSPENDED
An Act that has been activated (actions could or have been performed against it), but has been temporarily disabled.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActStatus NORMAL
public static final V3ActStatus ABORTED
public static final V3ActStatus ACTIVE
public static final V3ActStatus CANCELLED
public static final V3ActStatus COMPLETED
public static final V3ActStatus HELD
public static final V3ActStatus NEW
public static final V3ActStatus SUSPENDED
public static final V3ActStatus NULLIFIED
public static final V3ActStatus OBSOLETE
public static final V3ActStatus NULL
public static V3ActStatus[] values()
for (V3ActStatus c : V3ActStatus.values()) System.out.println(c);
public static V3ActStatus 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 V3ActStatus 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.