
Uses of Enum Class
org.hl7.fhir.r4.model.NutritionOrder.NutritiionOrderIntent
Packages that use NutritionOrder.NutritiionOrderIntent
- 
Uses of NutritionOrder.NutritiionOrderIntent in org.hl7.fhir.r4.modelFields in org.hl7.fhir.r4.model with type parameters of type NutritionOrder.NutritiionOrderIntentModifier and TypeFieldDescriptionprotected 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.NutritiionOrderIntentModifier and TypeMethodDescriptionNutritionOrder.getIntent()Returns the enum constant of this class with the specified name.static NutritionOrder.NutritiionOrderIntent[]NutritionOrder.NutritiionOrderIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type NutritionOrder.NutritiionOrderIntentModifier and TypeMethodDescriptionNutritionOrder.NutritiionOrderIntentEnumFactory.fromType(PrimitiveType<?> code) NutritionOrder.getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type NutritionOrder.NutritiionOrderIntentModifier and TypeMethodDescriptionNutritionOrder.setIntent(NutritionOrder.NutritiionOrderIntent value) NutritionOrder.NutritiionOrderIntentEnumFactory.toCode(NutritionOrder.NutritiionOrderIntent code) NutritionOrder.NutritiionOrderIntentEnumFactory.toSystem(NutritionOrder.NutritiionOrderIntent code) Method parameters in org.hl7.fhir.r4.model with type arguments of type NutritionOrder.NutritiionOrderIntentModifier and TypeMethodDescriptionNutritionOrder.setIntentElement(Enumeration<NutritionOrder.NutritiionOrderIntent> value)