public static enum Task.TaskIntent extends Enum<Task.TaskIntent>
| Enum Constant and Description |
|---|
FILLERORDER
null
|
INSTANCEORDER
null
|
NULL
added to help the parsers with the generic types
|
OPTION
null
|
ORDER
null
|
ORIGINALORDER
null
|
PLAN
null
|
PROPOSAL
null
|
REFLEXORDER
null
|
UNKNOWN
The intent is not known.
|
| Modifier and Type | Method and Description |
|---|---|
static Task.TaskIntent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Task.TaskIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.TaskIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Task.TaskIntent UNKNOWN
public static final Task.TaskIntent PROPOSAL
public static final Task.TaskIntent PLAN
public static final Task.TaskIntent ORDER
public static final Task.TaskIntent ORIGINALORDER
public static final Task.TaskIntent REFLEXORDER
public static final Task.TaskIntent FILLERORDER
public static final Task.TaskIntent INSTANCEORDER
public static final Task.TaskIntent OPTION
public static final Task.TaskIntent NULL
public static Task.TaskIntent[] values()
for (Task.TaskIntent c : Task.TaskIntent.values()) System.out.println(c);
public static Task.TaskIntent 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 Task.TaskIntent 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.