public static enum CarePlan.CarePlanRelationship extends Enum<CarePlan.CarePlanRelationship>
| Enum Constant and Description |
|---|
FULFILLS
This plan provides details about how to perform activities defined at a higher level by the referenced plan.
|
INCLUDES
The referenced plan is considered to be part of this plan.
|
NULL
added to help the parsers
|
REPLACES
This plan takes the places of the referenced plan.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanRelationship |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlan.CarePlanRelationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlan.CarePlanRelationship INCLUDES
public static final CarePlan.CarePlanRelationship REPLACES
public static final CarePlan.CarePlanRelationship FULFILLS
public static final CarePlan.CarePlanRelationship NULL
public static CarePlan.CarePlanRelationship[] values()
for (CarePlan.CarePlanRelationship c : CarePlan.CarePlanRelationship.values()) System.out.println(c);
public static CarePlan.CarePlanRelationship 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 CarePlan.CarePlanRelationship fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.