public static enum NutritionOrder.NutritiionOrderIntent extends Enum<NutritionOrder.NutritiionOrderIntent>
| Enum Constant and Description |
|---|
DIRECTIVE
The request represents a legally binding instruction authored by a Patient or RelatedPerson.
|
FILLERORDER
The request represents the view of an authorization instantiated by a fulfilling system representing the details of the fulfiller's intention to act upon a submitted order.
|
INSTANCEORDER
An order created in fulfillment of a broader order that represents the authorization for a single activity occurrence.
|
NULL
added to help the parsers with the generic types
|
OPTION
The request represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests.
|
ORDER
The request represents a request/demand and authorization for action by a Practitioner.
|
ORIGINALORDER
The request represents an original authorization for action.
|
PLAN
The request represents an intention to ensure something occurs without providing an authorization for others to act.
|
PROPOSAL
The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.
|
REFLEXORDER
The request represents an automatically generated supplemental authorization for action based on a parent authorization together with initial results of the action taken against that parent authorization.
|
| Modifier and Type | Method and Description |
|---|---|
static NutritionOrder.NutritiionOrderIntent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static NutritionOrder.NutritiionOrderIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutritionOrder.NutritiionOrderIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NutritionOrder.NutritiionOrderIntent PROPOSAL
public static final NutritionOrder.NutritiionOrderIntent PLAN
public static final NutritionOrder.NutritiionOrderIntent DIRECTIVE
public static final NutritionOrder.NutritiionOrderIntent ORDER
public static final NutritionOrder.NutritiionOrderIntent ORIGINALORDER
public static final NutritionOrder.NutritiionOrderIntent REFLEXORDER
public static final NutritionOrder.NutritiionOrderIntent FILLERORDER
public static final NutritionOrder.NutritiionOrderIntent INSTANCEORDER
public static final NutritionOrder.NutritiionOrderIntent OPTION
public static final NutritionOrder.NutritiionOrderIntent NULL
public static NutritionOrder.NutritiionOrderIntent[] values()
for (NutritionOrder.NutritiionOrderIntent c : NutritionOrder.NutritiionOrderIntent.values()) System.out.println(c);
public static NutritionOrder.NutritiionOrderIntent 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 NutritionOrder.NutritiionOrderIntent 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.