public static enum PlanDefinition.ActionRequiredBehavior extends Enum<PlanDefinition.ActionRequiredBehavior>
| Enum Constant and Description |
|---|
COULD
An action with this behavior may be included in the set of actions processed by the end user.
|
MUST
An action with this behavior must be included in the actions processed by the end user; the end user SHALL NOT choose not to include this action.
|
MUSTUNLESSDOCUMENTED
An action with this behavior must be included in the set of actions processed by the end user, unless the end user provides documentation as to why the action was not included.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinition.ActionRequiredBehavior |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PlanDefinition.ActionRequiredBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinition.ActionRequiredBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanDefinition.ActionRequiredBehavior MUST
public static final PlanDefinition.ActionRequiredBehavior COULD
public static final PlanDefinition.ActionRequiredBehavior MUSTUNLESSDOCUMENTED
public static final PlanDefinition.ActionRequiredBehavior NULL
public static PlanDefinition.ActionRequiredBehavior[] values()
for (PlanDefinition.ActionRequiredBehavior c : PlanDefinition.ActionRequiredBehavior.values()) System.out.println(c);
public static PlanDefinition.ActionRequiredBehavior 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 PlanDefinition.ActionRequiredBehavior 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.