public enum V3ActRelationshipSplit extends Enum<V3ActRelationshipSplit>
| Enum Constant and Description |
|---|
E1
The pre-condition associated with the branch is evaluated once and if true the branch may be entered.
|
EW
A branch is selected as soon as the pre-condition associated with the branch evaluates to true.
|
I1
A branch is executed if its associated preconditions permit.
|
IW
A branch is executed as soon as its associated conditions permit.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActRelationshipSplit |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActRelationshipSplit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActRelationshipSplit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActRelationshipSplit E1
public static final V3ActRelationshipSplit EW
public static final V3ActRelationshipSplit I1
public static final V3ActRelationshipSplit IW
public static final V3ActRelationshipSplit NULL
public static V3ActRelationshipSplit[] values()
for (V3ActRelationshipSplit c : V3ActRelationshipSplit.values()) System.out.println(c);
public static V3ActRelationshipSplit valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3ActRelationshipSplit fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.