public static enum PlanDefinition.ActionSelectionBehavior extends Enum<PlanDefinition.ActionSelectionBehavior>
| Enum Constant and Description |
|---|
ALL
All the actions in the group must be selected as a single unit.
|
ALLORNONE
All the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected.
|
ANY
Any number of the actions in the group may be chosen, from zero to all.
|
ATMOSTONE
The end user may choose zero or at most one of the actions in the group.
|
EXACTLYONE
The end user must choose one and only one of the selectable actions in the group.
|
NULL
added to help the parsers with the generic types
|
ONEORMORE
The end user must choose a minimum of one, and as many additional as desired.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinition.ActionSelectionBehavior |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PlanDefinition.ActionSelectionBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinition.ActionSelectionBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanDefinition.ActionSelectionBehavior ANY
public static final PlanDefinition.ActionSelectionBehavior ALL
public static final PlanDefinition.ActionSelectionBehavior ALLORNONE
public static final PlanDefinition.ActionSelectionBehavior EXACTLYONE
public static final PlanDefinition.ActionSelectionBehavior ATMOSTONE
public static final PlanDefinition.ActionSelectionBehavior ONEORMORE
public static final PlanDefinition.ActionSelectionBehavior NULL
public static PlanDefinition.ActionSelectionBehavior[] values()
for (PlanDefinition.ActionSelectionBehavior c : PlanDefinition.ActionSelectionBehavior.values()) System.out.println(c);
public static PlanDefinition.ActionSelectionBehavior 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.ActionSelectionBehavior 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.