Uses of Class
com.ibm.fhir.model.type.Duration
-
Packages that use Duration Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Duration in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Duration Modifier and Type Method Description DurationMedicationRequest.DispenseRequest. getDispenseInterval()The minimum period of time that must occur between dispenses of the medication.DurationPlanDefinition.Goal.Target. getDue()Indicates the timeframe after the start of the goal in which the goal should be met.DurationMedicationRequest.DispenseRequest.InitialFill. getDuration()The length of time that the first dispense is expected to last.DurationSpecimen.Collection. getDuration()The span of time over which the collection of a specimen occurred.DurationMedicationRequest.DispenseRequest. getExpectedSupplyDuration()Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.DurationMedicationKnowledge.Kinetics. getHalfLifePeriod()The time required for any specified property (e.g., the concentration of a substance in the body) to decrease by half.DurationEncounter. getLength()Quantity of time the encounter lasted.DurationSpecimenDefinition.TypeTested.Handling. getMaxDuration()The maximum time interval of preservation of the specimen with these conditions.DurationMedicinalProductPharmaceutical.RouteOfAdministration. getMaxTreatmentPeriod()The maximum treatment period during which an Investigational Medicinal Product can be administered as per the protocol referenced in the clinical trial authorisation.DurationResearchElementDefinition.Characteristic. getParticipantEffectiveTimeFromStart()Indicates duration from the participant's study entry.DurationMedicationKnowledge.Regulatory.MaxDispense. getPeriod()The period that applies to the maximum number of units.DurationSpecimenDefinition.TypeTested. getRetentionTime()The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.DurationResearchElementDefinition.Characteristic. getStudyEffectiveTimeFromStart()Indicates duration from the study initiation.DurationEvidenceVariable.Characteristic. getTimeFromStart()Indicates duration from the participant's study entry.Methods in com.ibm.fhir.model.resource with parameters of type Duration Modifier and Type Method Description MedicationRequest.DispenseRequest.BuilderMedicationRequest.DispenseRequest.Builder. dispenseInterval(Duration dispenseInterval)The minimum period of time that must occur between dispenses of the medication.PlanDefinition.Goal.Target.BuilderPlanDefinition.Goal.Target.Builder. due(Duration due)Indicates the timeframe after the start of the goal in which the goal should be met.MedicationRequest.DispenseRequest.InitialFill.BuilderMedicationRequest.DispenseRequest.InitialFill.Builder. duration(Duration duration)The length of time that the first dispense is expected to last.Specimen.Collection.BuilderSpecimen.Collection.Builder. duration(Duration duration)The span of time over which the collection of a specimen occurred.MedicationRequest.DispenseRequest.BuilderMedicationRequest.DispenseRequest.Builder. expectedSupplyDuration(Duration expectedSupplyDuration)Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.MedicationKnowledge.Kinetics.BuilderMedicationKnowledge.Kinetics.Builder. halfLifePeriod(Duration halfLifePeriod)The time required for any specified property (e.g., the concentration of a substance in the body) to decrease by half.Encounter.BuilderEncounter.Builder. length(Duration length)Quantity of time the encounter lasted.SpecimenDefinition.TypeTested.Handling.BuilderSpecimenDefinition.TypeTested.Handling.Builder. maxDuration(Duration maxDuration)The maximum time interval of preservation of the specimen with these conditions.MedicinalProductPharmaceutical.RouteOfAdministration.BuilderMedicinalProductPharmaceutical.RouteOfAdministration.Builder. maxTreatmentPeriod(Duration maxTreatmentPeriod)The maximum treatment period during which an Investigational Medicinal Product can be administered as per the protocol referenced in the clinical trial authorisation.ResearchElementDefinition.Characteristic.BuilderResearchElementDefinition.Characteristic.Builder. participantEffectiveTimeFromStart(Duration participantEffectiveTimeFromStart)Indicates duration from the participant's study entry.MedicationKnowledge.Regulatory.MaxDispense.BuilderMedicationKnowledge.Regulatory.MaxDispense.Builder. period(Duration period)The period that applies to the maximum number of units.SpecimenDefinition.TypeTested.BuilderSpecimenDefinition.TypeTested.Builder. retentionTime(Duration retentionTime)The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.ResearchElementDefinition.Characteristic.BuilderResearchElementDefinition.Characteristic.Builder. studyEffectiveTimeFromStart(Duration studyEffectiveTimeFromStart)Indicates duration from the study initiation.EvidenceVariable.Characteristic.BuilderEvidenceVariable.Characteristic.Builder. timeFromStart(Duration timeFromStart)Indicates duration from the participant's study entry. -
Uses of Duration in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Duration Modifier and Type Method Description DurationDuration.Builder. build()Build theDurationMethods in com.ibm.fhir.model.type with parameters of type Duration Modifier and Type Method Description protected Duration.BuilderDuration.Builder. from(Duration duration) -
Uses of Duration in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Duration Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Duration duration)Delegates to#visit(elementName, elementIndex, Quantity)booleanVisitor. visit(String elementName, int elementIndex, Duration duration)
-