
Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder.Supplement
Packages that use NutritionOrder.Supplement
-
Uses of NutritionOrder.Supplement in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NutritionOrder.SupplementModifier and TypeMethodDescriptionNutritionOrder.Supplement.addSchedule(TimingDt theValue) Adds a given new value for schedule ()NutritionOrder.addSupplement()Adds and returns a new value for supplement ()NutritionOrder.getSupplementFirstRep()Gets the first repetition for supplement (), creating it if it does not already exist.NutritionOrder.Supplement.setInstruction(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for instruction ()NutritionOrder.Supplement.setInstruction(String theString) Sets the value for instruction ()NutritionOrder.Supplement.setProductName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for productName ()NutritionOrder.Supplement.setProductName(String theString) Sets the value for productName ()NutritionOrder.Supplement.setQuantity(SimpleQuantityDt theValue) Sets the value(s) for quantity ()NutritionOrder.Supplement.setSchedule(List<TimingDt> theValue) Sets the value(s) for schedule ()NutritionOrder.Supplement.setType(CodeableConceptDt theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type NutritionOrder.SupplementModifier and TypeMethodDescriptionNutritionOrder.getSupplement()Gets the value(s) for supplement ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type NutritionOrder.SupplementModifier and TypeMethodDescriptionNutritionOrder.addSupplement(NutritionOrder.Supplement theValue) Adds a given new value for supplement ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type NutritionOrder.SupplementModifier and TypeMethodDescriptionNutritionOrder.setSupplement(List<NutritionOrder.Supplement> theValue) Sets the value(s) for supplement ()