Uses of Class
ca.uhn.fhir.model.dstu2.composite.TimingDt
-
Packages that use TimingDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of TimingDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return TimingDt Modifier and Type Method Description TimingDtTimingDt. addEvent(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Adds a given new value for event ()TimingDtTimingDt. addEvent(Date theDate)Adds a new value for event ()TimingDtTimingDt. addEvent(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Adds a new value for event ()TimingDtTimingDt. setCode(BoundCodeableConceptDt<TimingAbbreviationEnum> theValue)Sets the value(s) for code ()TimingDtTimingDt. setCode(TimingAbbreviationEnum theValue)Sets the value(s) for code ()TimingDtTimingDt. setEvent(List<ca.uhn.fhir.model.primitive.DateTimeDt> theValue)Sets the value(s) for event ()TimingDtTimingDt. 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 TimingDt Modifier and Type Method Description TimingDtNutritionOrder.OralDiet. addSchedule()Adds and returns a new value for schedule ()TimingDtNutritionOrder.Supplement. addSchedule()Adds and returns a new value for schedule ()TimingDtDeviceMetric. getMeasurementPeriod()Gets the value(s) for measurementPeriod (Describes the measurement repetition time).TimingDtNutritionOrder.EnteralFormulaAdministration. getSchedule()Gets the value(s) for schedule ().TimingDtOrder.When. getSchedule()Gets the value(s) for schedule (when.planned).TimingDtSupplyRequest.When. getSchedule()Gets the value(s) for schedule ().TimingDtNutritionOrder.OralDiet. getScheduleFirstRep()Gets the first repetition for schedule (), creating it if it does not already exist.TimingDtNutritionOrder.Supplement. getScheduleFirstRep()Gets the first repetition for schedule (), creating it if it does not already exist.TimingDtMedicationDispense.DosageInstruction. getTiming()Gets the value(s) for timing ().TimingDtMedicationOrder.DosageInstruction. getTiming()Gets the value(s) for timing ().TimingDtMedicationStatement.Dosage. getTiming()Gets the value(s) for timing ().Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TimingDt Modifier and Type Method Description List<TimingDt>NutritionOrder.OralDiet. getSchedule()Gets the value(s) for schedule ().List<TimingDt>NutritionOrder.Supplement. getSchedule()Gets the value(s) for schedule ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TimingDt Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. addSchedule(TimingDt theValue)Adds a given new value for schedule ()NutritionOrder.SupplementNutritionOrder.Supplement. addSchedule(TimingDt theValue)Adds a given new value for schedule ()DeviceMetricDeviceMetric. setMeasurementPeriod(TimingDt theValue)Sets the value(s) for measurementPeriod (Describes the measurement repetition time)NutritionOrder.EnteralFormulaAdministrationNutritionOrder.EnteralFormulaAdministration. setSchedule(TimingDt theValue)Sets the value(s) for schedule ()Order.WhenOrder.When. setSchedule(TimingDt theValue)Sets the value(s) for schedule (when.planned)SupplyRequest.WhenSupplyRequest.When. setSchedule(TimingDt theValue)Sets the value(s) for schedule ()MedicationDispense.DosageInstructionMedicationDispense.DosageInstruction. setTiming(TimingDt theValue)Sets the value(s) for timing ()MedicationOrder.DosageInstructionMedicationOrder.DosageInstruction. setTiming(TimingDt theValue)Sets the value(s) for timing ()MedicationStatement.DosageMedicationStatement.Dosage. setTiming(TimingDt theValue)Sets the value(s) for timing ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TimingDt Modifier and Type Method Description NutritionOrder.OralDietNutritionOrder.OralDiet. setSchedule(List<TimingDt> theValue)Sets the value(s) for schedule ()NutritionOrder.SupplementNutritionOrder.Supplement. setSchedule(List<TimingDt> theValue)Sets the value(s) for schedule ()
-