Enum V3ActRelationshipCheckpoint
java.lang.Object
java.lang.Enum<V3ActRelationshipCheckpoint>
org.hl7.fhir.r4.model.codesystems.V3ActRelationshipCheckpoint
- All Implemented Interfaces:
Serializable
,Comparable<V3ActRelationshipCheckpoint>
-
Enum Constant Summary
Enum ConstantDescriptionCondition is tested every time before execution of the service (WHILE condition DO service).Condition is tested at the end of a repeated service execution.added to help the parsersCondition is tested once before the service is executed (IF condition THEN service).Condition must be true throughout the execution and the service is interrupted (asynchronously) as soon as the condition turns false (asynchronous WHILE loop).Condition is a loop checkpoint, i.e. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3ActRelationshipCheckpoint
toCode()
static V3ActRelationshipCheckpoint
Returns the enum constant of this type with the specified name.static V3ActRelationshipCheckpoint[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
B
Condition is tested every time before execution of the service (WHILE condition DO service). -
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
Condition is tested once before the service is executed (IF condition THEN service). -
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
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
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 V3ActRelationshipCheckpoint fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-