Uses of Class
com.ibm.fhir.model.type.Timing
-
Packages that use Timing Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Timing in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Timing Modifier and Type Method Description TimingVerificationResult. getFrequency()Frequency of revalidation.TimingDeviceMetric. getMeasurementPeriod()Describes the measurement repetition time.TimingNutritionOrder.EnteralFormula.Administration. getSchedule()The time period and frequency at which the enteral formula should be delivered to the patient.Methods in com.ibm.fhir.model.resource that return types with arguments of type Timing Modifier and Type Method Description List<Timing>NutritionOrder.OralDiet. getSchedule()The time period and frequency at which the diet should be given.List<Timing>NutritionOrder.Supplement. getSchedule()The time period and frequency at which the supplement(s) should be given.Methods in com.ibm.fhir.model.resource with parameters of type Timing Modifier and Type Method Description VerificationResult.BuilderVerificationResult.Builder. frequency(Timing frequency)Frequency of revalidation.DeviceMetric.BuilderDeviceMetric.Builder. measurementPeriod(Timing measurementPeriod)Describes the measurement repetition time.NutritionOrder.EnteralFormula.Administration.BuilderNutritionOrder.EnteralFormula.Administration.Builder. schedule(Timing schedule)The time period and frequency at which the enteral formula should be delivered to the patient.NutritionOrder.OralDiet.BuilderNutritionOrder.OralDiet.Builder. schedule(Timing... schedule)The time period and frequency at which the diet should be given.NutritionOrder.Supplement.BuilderNutritionOrder.Supplement.Builder. schedule(Timing... schedule)The time period and frequency at which the supplement(s) should be given.Method parameters in com.ibm.fhir.model.resource with type arguments of type Timing Modifier and Type Method Description NutritionOrder.OralDiet.BuilderNutritionOrder.OralDiet.Builder. schedule(Collection<Timing> schedule)The time period and frequency at which the diet should be given.NutritionOrder.Supplement.BuilderNutritionOrder.Supplement.Builder. schedule(Collection<Timing> schedule)The time period and frequency at which the supplement(s) should be given. -
Uses of Timing in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Timing Modifier and Type Method Description TimingTiming.Builder. build()Build theTimingTimingDosage. getTiming()When medication should be administered.Methods in com.ibm.fhir.model.type with parameters of type Timing Modifier and Type Method Description protected Timing.BuilderTiming.Builder. from(Timing timing)Dosage.BuilderDosage.Builder. timing(Timing timing)When medication should be administered. -
Uses of Timing in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Timing Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Timing timing)Delegates to#visit(elementName, elementIndex, BackboneElement)booleanVisitor. visit(String elementName, int elementIndex, Timing timing)
-