public enum CarePlanRelationshipEnum extends Enum<CarePlanRelationshipEnum>
| Enum Constant and Description |
|---|
FULFILLS
Display: Fulfills
Code Value: fulfills This plan provides details about how to perform activities defined at a higher level by the referenced plan. |
INCLUDES
Display: Includes
Code Value: includes The referenced plan is considered to be part of this plan. |
REPLACES
Display: Replaces
Code Value: replaces This plan takes the places of the referenced plan. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<CarePlanRelationshipEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
CarePlanRelationship
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanRelationshipEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static CarePlanRelationshipEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanRelationshipEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanRelationshipEnum INCLUDES
public static final CarePlanRelationshipEnum REPLACES
public static final CarePlanRelationshipEnum FULFILLS
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CarePlanRelationshipEnum> VALUESET_BINDER
public static CarePlanRelationshipEnum[] values()
for (CarePlanRelationshipEnum c : CarePlanRelationshipEnum.values()) System.out.println(c);
public static CarePlanRelationshipEnum 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 CarePlanRelationshipEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.