public enum PlanDefinitionType extends Enum<PlanDefinitionType>
| Enum Constant and Description |
|---|
CLINICALPROTOCOL
Defines a desired/typical sequence of clinical activities including preconditions, triggers and temporal relationships.
|
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.
|
WORKFLOWDEFINITION
Defines the steps for a group of one or more systems in an event flow process along with the step constraints, sequence, pre-conditions and decision points to complete a particular objective.
|
| 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 CLINICALPROTOCOL
public static final PlanDefinitionType ECARULE
public static final PlanDefinitionType WORKFLOWDEFINITION
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.