public enum GoalRelationshipType extends Enum<GoalRelationshipType>
| Enum Constant and Description |
|---|
MILESTONE
Indicates that the target goal is considered to be a "piece" of attaining this goal.
|
NULL
added to help the parsers
|
OTHER
Indicates that the relationship is not covered by one of the pre-defined codes.
|
PREDECESSOR
Indicates that the target goal is one which must be met before striving for the current goal.
|
REPLACEMENT
Indicates that this goal has been replaced by the target goal.
|
SUCCESSOR
Indicates that the target goal is a desired objective once the current goal is met.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GoalRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalRelationshipType PREDECESSOR
public static final GoalRelationshipType SUCCESSOR
public static final GoalRelationshipType REPLACEMENT
public static final GoalRelationshipType MILESTONE
public static final GoalRelationshipType OTHER
public static final GoalRelationshipType NULL
public static GoalRelationshipType[] values()
for (GoalRelationshipType c : GoalRelationshipType.values()) System.out.println(c);
public static GoalRelationshipType 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 GoalRelationshipType 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.