Enum V3DataOperation

java.lang.Object
java.lang.Enum<V3DataOperation>
org.hl7.fhir.dstu3.model.codesystems.V3DataOperation
All Implemented Interfaces:
Serializable, Comparable<V3DataOperation>

public enum V3DataOperation extends Enum<V3DataOperation>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Description: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 parsers
    Description: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 Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • 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 Details

    • values

      public static V3DataOperation[] 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

      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 name
      NullPointerException - 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

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()