Enum V3DataOperation
- All Implemented Interfaces:
Serializable
,Comparable<V3DataOperation>
-
Enum Constant Summary
Enum ConstantDescriptionDescription:Change the status of an object representing an Act to "aborted", i.e., terminated prior to the originally intended completion.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.Description:Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence.Description:Change the status of an object representing an Act to "cancelled", i.e., abandoned before activation.Description:Change the status of an object representing an Act to "completed", i.e., terminated normally after all of its constituents have been performed.Description:Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence.Description:Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage.Description:Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects).Description:Change the status of an object representing an Act to "held", i.e., put aside an Act that is still in preparatory stages.Description:Change the status of an object representing an Act to a normal state.Description:Change the status of an object representing an Act.added to help the parsersDescription:Change the status of an object representing an Act to "nullified", i.e., treat as though it never existed.Description:Change the status of an object representing an Act to "obsolete" when it has been replaced by a new instance.Description:Act on an object or objects.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.Description:Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject.Description:Change the status of an object representing an Act so it is no longer "held", i.e., allow action to occur.Description:Change the status of a suspended object representing an Act to "active", i.e., so it can be performed or is being performed.Definition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service.Definition:Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3DataOperation
toCode()
static V3DataOperation
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.
-
Enum Constant Details
-
OPERATE
Description:Act on an object or objects. -
CREATE
Description:Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
DELETE
Description:Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. -
EXECUTE
Description:Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects). Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. -
READ
Description:Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. -
UPDATE
Definition:Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. -
APPEND
Description:Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. -
MODIFYSTATUS
Description:Change the status of an object representing an Act. -
ABORT
Description:Change the status of an object representing an Act to "aborted", i.e., terminated prior to the originally intended completion. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
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. (Contrast with REACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
CANCEL
Description:Change the status of an object representing an Act to "cancelled", i.e., abandoned before activation. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
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. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
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. No action can occur until the Act is released. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
JUMP
Description:Change the status of an object representing an Act to a normal state. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
NULLIFY
Description:Change the status of an object representing an Act to "nullified", i.e., treat as though it never existed. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
OBSOLETE
Description:Change the status of an object representing an Act to "obsolete" when it has been replaced by a new instance. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
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. (Contrast with ACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
RELEASE
Description:Change the status of an object representing an Act so it is no longer "held", i.e., allow action to occur. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
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. For an HL7 Act, the state transitions per the HL7 Reference Information Model. -
SUSPEND
Definition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service. -
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 nameNullPointerException
- if the argument is null
-
fromCode
public static V3DataOperation fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-