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