Uses of Enum
org.hl7.fhir.r4.model.NutritionOrder.NutritiionOrderIntent
-
Uses of NutritionOrder.NutritiionOrderIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<NutritionOrder.NutritiionOrderIntent> NutritionOrder.intent
Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.Modifier and TypeMethodDescriptionNutritionOrder.getIntent()
Returns the enum constant of this type with the specified name.static NutritionOrder.NutritiionOrderIntent[]
NutritionOrder.NutritiionOrderIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNutritionOrder.NutritiionOrderIntentEnumFactory.fromType
(PrimitiveType<?> code) NutritionOrder.getIntentElement()
Modifier and TypeMethodDescriptionNutritionOrder.setIntent
(NutritionOrder.NutritiionOrderIntent value) NutritionOrder.NutritiionOrderIntentEnumFactory.toCode
(NutritionOrder.NutritiionOrderIntent code) NutritionOrder.NutritiionOrderIntentEnumFactory.toSystem
(NutritionOrder.NutritiionOrderIntent code) Modifier and TypeMethodDescriptionNutritionOrder.setIntentElement
(Enumeration<NutritionOrder.NutritiionOrderIntent> value)