
Uses of Class
ca.uhn.fhir.model.dstu2.composite.TimingDt
Packages that use TimingDt
-
Uses of TimingDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return TimingDtModifier and TypeMethodDescriptionTimingDt.addEvent
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Adds a given new value for event ()Adds a new value for event ()Adds a new value for event ()TimingDt.setCode
(BoundCodeableConceptDt<TimingAbbreviationEnum> theValue) Sets the value(s) for code ()TimingDt.setCode
(TimingAbbreviationEnum theValue) Sets the value(s) for code ()Sets the value(s) for event ()TimingDt.setRepeat
(TimingDt.Repeat theValue) Sets the value(s) for repeat () -
Uses of TimingDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TimingDtModifier and TypeMethodDescriptionNutritionOrder.OralDiet.addSchedule()
Adds and returns a new value for schedule ()NutritionOrder.Supplement.addSchedule()
Adds and returns a new value for schedule ()DeviceMetric.getMeasurementPeriod()
Gets the value(s) for measurementPeriod (Describes the measurement repetition time).NutritionOrder.EnteralFormulaAdministration.getSchedule()
Gets the value(s) for schedule ().Order.When.getSchedule()
Gets the value(s) for schedule (when.planned).SupplyRequest.When.getSchedule()
Gets the value(s) for schedule ().NutritionOrder.OralDiet.getScheduleFirstRep()
Gets the first repetition for schedule (), creating it if it does not already exist.NutritionOrder.Supplement.getScheduleFirstRep()
Gets the first repetition for schedule (), creating it if it does not already exist.MedicationDispense.DosageInstruction.getTiming()
Gets the value(s) for timing ().MedicationOrder.DosageInstruction.getTiming()
Gets the value(s) for timing ().MedicationStatement.Dosage.getTiming()
Gets the value(s) for timing ().Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TimingDtModifier and TypeMethodDescriptionNutritionOrder.OralDiet.getSchedule()
Gets the value(s) for schedule ().NutritionOrder.Supplement.getSchedule()
Gets the value(s) for schedule ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TimingDtModifier and TypeMethodDescriptionNutritionOrder.OralDiet.addSchedule
(TimingDt theValue) Adds a given new value for schedule ()NutritionOrder.Supplement.addSchedule
(TimingDt theValue) Adds a given new value for schedule ()DeviceMetric.setMeasurementPeriod
(TimingDt theValue) Sets the value(s) for measurementPeriod (Describes the measurement repetition time)NutritionOrder.EnteralFormulaAdministration.setSchedule
(TimingDt theValue) Sets the value(s) for schedule ()Order.When.setSchedule
(TimingDt theValue) Sets the value(s) for schedule (when.planned)SupplyRequest.When.setSchedule
(TimingDt theValue) Sets the value(s) for schedule ()Sets the value(s) for timing ()Sets the value(s) for timing ()Sets the value(s) for timing ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TimingDtModifier and TypeMethodDescriptionNutritionOrder.OralDiet.setSchedule
(List<TimingDt> theValue) Sets the value(s) for schedule ()NutritionOrder.Supplement.setSchedule
(List<TimingDt> theValue) Sets the value(s) for schedule ()