public enum ActionGroupingBehavior extends Enum<ActionGroupingBehavior>
| Enum Constant and Description |
|---|
LOGICALGROUP
A group with this behavior logically groups its sub-elements, and may be shown as a visual group to the end user, but it is not required to do so.
|
NULL
added to help the parsers
|
SENTENCEGROUP
A group of related alternative actions is a sentence group if the target referenced by the action is the same in all the actions and each action simply constitutes a different variation on how to specify the details for the target.
|
VISUALGROUP
Any group marked with this behavior should be displayed as a visual group to the end user.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionGroupingBehavior |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ActionGroupingBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionGroupingBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionGroupingBehavior VISUALGROUP
public static final ActionGroupingBehavior LOGICALGROUP
public static final ActionGroupingBehavior SENTENCEGROUP
public static final ActionGroupingBehavior NULL
public static ActionGroupingBehavior[] values()
for (ActionGroupingBehavior c : ActionGroupingBehavior.values()) System.out.println(c);
public static ActionGroupingBehavior 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 ActionGroupingBehavior 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.