public enum ActionRelationshipType extends Enum<ActionRelationshipType>
Enum Constant and Description |
---|
AFTER
The action must be performed after the related action.
|
AFTEREND
The action must be performed after the end of the related action.
|
AFTERSTART
The action must be performed after the start of the related action.
|
BEFORE
The action must be performed before the related action.
|
BEFOREEND
The action must be performed before the end of the related action.
|
BEFORESTART
The action must be performed before the start of the related action.
|
CONCURRENT
The action must be performed concurrent with the related action.
|
CONCURRENTWITHEND
The action must be performed concurrent with the end of the related action.
|
CONCURRENTWITHSTART
The action must be performed concurrent with the start of the related action.
|
NULL
added to help the parsers
|
Modifier and Type | Method and Description |
---|---|
static ActionRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ActionRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionRelationshipType BEFORESTART
public static final ActionRelationshipType BEFORE
public static final ActionRelationshipType BEFOREEND
public static final ActionRelationshipType CONCURRENTWITHSTART
public static final ActionRelationshipType CONCURRENT
public static final ActionRelationshipType CONCURRENTWITHEND
public static final ActionRelationshipType AFTERSTART
public static final ActionRelationshipType AFTER
public static final ActionRelationshipType AFTEREND
public static final ActionRelationshipType NULL
public static ActionRelationshipType[] values()
for (ActionRelationshipType c : ActionRelationshipType.values()) System.out.println(c);
public static ActionRelationshipType 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 ActionRelationshipType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.