
Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder
Packages that use NutritionOrder
-
Uses of NutritionOrder in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NutritionOrderModifier and TypeMethodDescriptionNutritionOrder.addExcludeFoodModifier(CodeableConceptDt theValue) Adds a given new value for excludeFoodModifier ()NutritionOrder.addFoodPreferenceModifier(CodeableConceptDt theValue) Adds a given new value for foodPreferenceModifier ()NutritionOrder.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier (id)NutritionOrder.addSupplement(NutritionOrder.Supplement theValue) Adds a given new value for supplement ()NutritionOrder.setAllergyIntolerance(List<ResourceReferenceDt> theValue) Sets the value(s) for allergyIntolerance ()NutritionOrder.setDateTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for dateTime (when.recorded)NutritionOrder.setDateTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateTime (when.recorded)NutritionOrder.setDateTimeWithSecondsPrecision(Date theDate) Sets the value for dateTime (when.recorded)NutritionOrder.setEncounter(ResourceReferenceDt theValue) Sets the value(s) for encounter (context)NutritionOrder.setEnteralFormula(NutritionOrder.EnteralFormula theValue) Sets the value(s) for enteralFormula ()NutritionOrder.setExcludeFoodModifier(List<CodeableConceptDt> theValue) Sets the value(s) for excludeFoodModifier ()NutritionOrder.setFoodPreferenceModifier(List<CodeableConceptDt> theValue) Sets the value(s) for foodPreferenceModifier ()NutritionOrder.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)NutritionOrder.setOralDiet(NutritionOrder.OralDiet theValue) Sets the value(s) for oralDiet ()NutritionOrder.setOrderer(ResourceReferenceDt theValue) Sets the value(s) for orderer (who.author)NutritionOrder.setPatient(ResourceReferenceDt theValue) Sets the value(s) for patient (who.focus)NutritionOrder.setStatus(NutritionOrderStatusEnum theValue) Sets the value(s) for status (status)NutritionOrder.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<NutritionOrderStatusEnum> theValue) Sets the value(s) for status (status)NutritionOrder.setSupplement(List<NutritionOrder.Supplement> theValue) Sets the value(s) for supplement ()