public enum ActionRequiredBehavior extends Enum<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
|
| Modifier and Type | Method and Description |
|---|---|
static ActionRequiredBehavior |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ActionRequiredBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequiredBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionRequiredBehavior MUST
public static final ActionRequiredBehavior COULD
public static final ActionRequiredBehavior MUSTUNLESSDOCUMENTED
public static final ActionRequiredBehavior NULL
public static ActionRequiredBehavior[] values()
for (ActionRequiredBehavior c : ActionRequiredBehavior.values()) System.out.println(c);
public static 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 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.