public enum PlanDefinitionType extends Enum<PlanDefinitionType>
| Enum Constant and Description |
|---|
ECARULE
A decision support rule of the form [on Event] if Condition then Action.
|
NULL
added to help the parsers
|
ORDERSET
A pre-defined and approved group of orders related to a particular clinical condition (e.g.
|
PROTOCOL
A set of activities that can be performed that have relationships in terms of order, pre-conditions, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinitionType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PlanDefinitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanDefinitionType ORDERSET
public static final PlanDefinitionType PROTOCOL
public static final PlanDefinitionType ECARULE
public static final PlanDefinitionType NULL
public static PlanDefinitionType[] values()
for (PlanDefinitionType c : PlanDefinitionType.values()) System.out.println(c);
public static PlanDefinitionType 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 PlanDefinitionType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.