Enum V3DataOperation
- java.lang.Object
-
- java.lang.Enum<V3DataOperation>
-
- org.hl7.fhir.r4.model.codesystems.V3DataOperation
-
- All Implemented Interfaces:
Serializable,Comparable<V3DataOperation>
public enum V3DataOperation extends Enum<V3DataOperation>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABORTDescription:Change the status of an object representing an Act to "aborted", i.e., terminated prior to the originally intended completion.ACTIVATEDescription: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.APPENDDescription:Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence.CANCELDescription:Change the status of an object representing an Act to "cancelled", i.e., abandoned before activation.COMPLETEDescription:Change the status of an object representing an Act to "completed", i.e., terminated normally after all of its constituents have been performed.CREATEDescription:Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence.DELETEDescription:Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage.EXECUTEDescription:Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects).HOLDDescription:Change the status of an object representing an Act to "held", i.e., put aside an Act that is still in preparatory stages.JUMPDescription:Change the status of an object representing an Act to a normal state.MODIFYSTATUSDescription:Change the status of an object representing an Act.NULLadded to help the parsersNULLIFYDescription:Change the status of an object representing an Act to "nullified", i.e., treat as though it never existed.OBSOLETEDescription:Change the status of an object representing an Act to "obsolete" when it has been replaced by a new instance.OPERATEDescription:Act on an object or objects.REACTIVATEDescription: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.READDescription:Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject.RELEASEDescription:Change the status of an object representing an Act so it is no longer "held", i.e., allow action to occur.RESUMEDescription:Change the status of a suspended object representing an Act to "active", i.e., so it can be performed or is being performed.SUSPENDDefinition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service.UPDATEDefinition:Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3DataOperationfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3DataOperationvalueOf(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.
-
-
-
Enum Constant Detail
-
OPERATE
public static final V3DataOperation OPERATE
Description:Act on an object or objects.
-
CREATE
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation MODIFYSTATUS
Description:Change the status of an object representing an Act.
-
ABORT
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation 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
public static final V3DataOperation SUSPEND
Definition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service.
-
NULL
public static final V3DataOperation NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3DataOperation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3DataOperation c : V3DataOperation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3DataOperation valueOf(String name)
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
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-