Uses of Class
ca.uhn.fhir.model.dstu2.resource.NutritionOrder.Supplement
-
Uses of NutritionOrder.Supplement in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionNutritionOrder.getSupplement()
Gets the value(s) for supplement ().Modifier and TypeMethodDescriptionNutritionOrder.addSupplement
(NutritionOrder.Supplement theValue) Adds a given new value for supplement ()Modifier and TypeMethodDescriptionNutritionOrder.setSupplement
(List<NutritionOrder.Supplement> theValue) Sets the value(s) for supplement ()