Uses of Class
com.ibm.fhir.model.type.code.NutritionOrderIntent
-
Packages that use NutritionOrderIntent Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of NutritionOrderIntent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return NutritionOrderIntent Modifier and Type Method Description NutritionOrderIntentNutritionOrder. getIntent()Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.Methods in com.ibm.fhir.model.resource with parameters of type NutritionOrderIntent Modifier and Type Method Description NutritionOrder.BuilderNutritionOrder.Builder. intent(NutritionOrderIntent intent)Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain. -
Uses of NutritionOrderIntent in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as NutritionOrderIntent Modifier and Type Field Description static NutritionOrderIntentNutritionOrderIntent. DIRECTIVEDirectivestatic NutritionOrderIntentNutritionOrderIntent. FILLER_ORDERFiller Orderstatic NutritionOrderIntentNutritionOrderIntent. INSTANCE_ORDERInstance Orderstatic NutritionOrderIntentNutritionOrderIntent. OPTIONOptionstatic NutritionOrderIntentNutritionOrderIntent. ORDEROrderstatic NutritionOrderIntentNutritionOrderIntent. ORIGINAL_ORDEROriginal Orderstatic NutritionOrderIntentNutritionOrderIntent. PLANPlanstatic NutritionOrderIntentNutritionOrderIntent. PROPOSALProposalstatic NutritionOrderIntentNutritionOrderIntent. REFLEX_ORDERReflex OrderMethods in com.ibm.fhir.model.type.code that return NutritionOrderIntent Modifier and Type Method Description NutritionOrderIntentNutritionOrderIntent.Builder. build()static NutritionOrderIntentNutritionOrderIntent. of(NutritionOrderIntent.ValueSet value)Factory method for creating NutritionOrderIntent objects from a passed enum value.static NutritionOrderIntentNutritionOrderIntent. of(String value)Factory method for creating NutritionOrderIntent objects from a passed string value.
-