Enum V3ActRelationshipCheckpoint

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

  • Enum Constant Details

    • B

      public static final V3ActRelationshipCheckpoint B
      Condition is tested every time before execution of the service (WHILE condition DO service).
    • E

      public static final V3ActRelationshipCheckpoint E
      Condition is tested at the end of a repeated service execution. The service is repeated only if the condition is true (DO service WHILE condition).
    • S

      public static final V3ActRelationshipCheckpoint S
      Condition is tested once before the service is executed (IF condition THEN service).
    • T

      public static final V3ActRelationshipCheckpoint T
      Condition must be true throughout the execution and the service is interrupted (asynchronously) as soon as the condition turns false (asynchronous WHILE loop). The service must be interruptible.
    • X

      public static final V3ActRelationshipCheckpoint X
      Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.
    • NULL

      public static final V3ActRelationshipCheckpoint 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 name
      NullPointerException - if the argument is null
    • fromCode

      public static V3ActRelationshipCheckpoint 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()