public enum V3DataOperation extends Enum<V3DataOperation>
| Enum Constant and Description |
|---|
ABORT
Description:Change the status of an object representing an Act to "aborted", i.e., terminated prior to the originally intended completion.
|
ACTIVATE
Description:Change the status of an object representing an Act to "active", i.e., so it can be performed or is being performed, for the first time.
|
APPEND
Description:Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence.
|
CANCEL
Description:Change the status of an object representing an Act to "cancelled", i.e., abandoned before activation.
|
COMPLETE
Description:Change the status of an object representing an Act to "completed", i.e., terminated normally after all of its constituents have been performed.
|
CREATE
Description:Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence.
|
DELETE
Description:Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage.
|
EXECUTE
Description:Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects).
|
HOLD
Description:Change the status of an object representing an Act to "held", i.e., put aside an Act that is still in preparatory stages.
|
JUMP
Description:Change the status of an object representing an Act to a normal state.
|
MODIFYSTATUS
Description:Change the status of an object representing an Act.
|
NULL
added to help the parsers
|
NULLIFY
Description:Change the status of an object representing an Act to "nullified", i.e., treat as though it never existed.
|
OBSOLETE
Description:Change the status of an object representing an Act to "obsolete" when it has been replaced by a new instance.
|
OPERATE
Description:Act on an object or objects.
|
REACTIVATE
Description:Change the status of a formerly active object representing an Act to "active", i.e., so it can again be performed or is being performed.
|
READ
Description:Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject.
|
RELEASE
Description:Change the status of an object representing an Act so it is no longer "held", i.e., allow action to occur.
|
RESUME
Description:Change the status of a suspended object representing an Act to "active", i.e., so it can be performed or is being performed.
|
SUSPEND
Definition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service.
|
UPDATE
Definition:Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object.
|
| Modifier and Type | Method and Description |
|---|---|
static V3DataOperation |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3DataOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3DataOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3DataOperation OPERATE
public static final V3DataOperation CREATE
public static final V3DataOperation DELETE
public static final V3DataOperation EXECUTE
public static final V3DataOperation READ
public static final V3DataOperation UPDATE
public static final V3DataOperation APPEND
public static final V3DataOperation MODIFYSTATUS
public static final V3DataOperation ABORT
public static final V3DataOperation ACTIVATE
public static final V3DataOperation CANCEL
public static final V3DataOperation COMPLETE
public static final V3DataOperation HOLD
public static final V3DataOperation JUMP
public static final V3DataOperation NULLIFY
public static final V3DataOperation OBSOLETE
public static final V3DataOperation REACTIVATE
public static final V3DataOperation RELEASE
public static final V3DataOperation RESUME
public static final V3DataOperation SUSPEND
public static final V3DataOperation NULL
public static V3DataOperation[] values()
for (V3DataOperation c : V3DataOperation.values()) System.out.println(c);
public static V3DataOperation 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 V3DataOperation 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.