Uses of Class
org.hl7.fhir.r4.model.NutritionOrder.NutritiionOrderIntent
-
Packages that use NutritionOrder.NutritiionOrderIntent Package Description org.hl7.fhir.r4.model -
-
Uses of NutritionOrder.NutritiionOrderIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type NutritionOrder.NutritiionOrderIntent Modifier and Type Field Description protected Enumeration<NutritionOrder.NutritiionOrderIntent>NutritionOrder. intentIndicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.Methods in org.hl7.fhir.r4.model that return NutritionOrder.NutritiionOrderIntent Modifier and Type Method Description static NutritionOrder.NutritiionOrderIntentNutritionOrder.NutritiionOrderIntent. fromCode(String codeString)NutritionOrder.NutritiionOrderIntentNutritionOrder.NutritiionOrderIntentEnumFactory. fromCode(String codeString)NutritionOrder.NutritiionOrderIntentNutritionOrder. getIntent()static NutritionOrder.NutritiionOrderIntentNutritionOrder.NutritiionOrderIntent. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type NutritionOrder.NutritiionOrderIntent Modifier and Type Method Description Enumeration<NutritionOrder.NutritiionOrderIntent>NutritionOrder.NutritiionOrderIntentEnumFactory. fromType(Base code)Enumeration<NutritionOrder.NutritiionOrderIntent>NutritionOrder. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type NutritionOrder.NutritiionOrderIntent Modifier and Type Method Description NutritionOrderNutritionOrder. setIntent(NutritionOrder.NutritiionOrderIntent value)StringNutritionOrder.NutritiionOrderIntentEnumFactory. toCode(NutritionOrder.NutritiionOrderIntent code)StringNutritionOrder.NutritiionOrderIntentEnumFactory. toSystem(NutritionOrder.NutritiionOrderIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type NutritionOrder.NutritiionOrderIntent Modifier and Type Method Description NutritionOrderNutritionOrder. setIntentElement(Enumeration<NutritionOrder.NutritiionOrderIntent> value)
-