
Uses of Class
org.hl7.fhir.r4.model.Duration
Packages that use Duration
-
Uses of Duration in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DurationModifier and TypeMethodDescriptionprotected DurationJsonParser.parseDuration(com.google.gson.JsonObject json) protected DurationXmlParser.parseDuration(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type DurationModifier and TypeMethodDescriptionprotected voidJsonParser.composeDuration(String name, Duration element) protected voidRdfParser.composeDuration(Turtle.Complex parent, String parentType, String name, Duration element, int index) protected voidXmlParser.composeDuration(String name, Duration element) protected voidXmlParser.composeDurationElements(Duration element) protected voidJsonParser.composeDurationInner(Duration element) protected booleanXmlParser.parseDurationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Duration res) protected voidJsonParser.parseDurationProperties(com.google.gson.JsonObject json, Duration res) -
Uses of Duration in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DurationModifier and TypeFieldDescriptionprotected DurationMedicationRequest.MedicationRequestDispenseRequestComponent.dispenseIntervalThe minimum period of time that must occur between dispenses of the medication.protected DurationPlanDefinition.PlanDefinitionGoalTargetComponent.dueIndicates the timeframe after the start of the goal in which the goal should be met.protected DurationMedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.durationThe length of time that the first dispense is expected to last.protected DurationSpecimen.SpecimenCollectionComponent.durationThe span of time over which the collection of a specimen occurred.protected DurationMedicationRequest.MedicationRequestDispenseRequestComponent.expectedSupplyDurationIdentifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.protected DurationMedicationKnowledge.MedicationKnowledgeKineticsComponent.halfLifePeriodThe time required for any specified property (e.g., the concentration of a substance in the body) to decrease by half.protected DurationEncounter.lengthQuantity of time the encounter lasted.protected DurationSpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.maxDurationThe maximum time interval of preservation of the specimen with these conditions.protected DurationMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.maxTreatmentPeriodThe maximum treatment period during which an Investigational Medicinal Product can be administered as per the protocol referenced in the clinical trial authorisation.protected DurationResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.participantEffectiveTimeFromStartIndicates duration from the participant's study entry.protected DurationMedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.periodThe period that applies to the maximum number of units.protected DurationSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.retentionTimeThe usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.protected DurationResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.studyEffectiveTimeFromStartIndicates duration from the study initiation.protected DurationEvidenceVariable.EvidenceVariableCharacteristicComponent.timeFromStartIndicates duration from the participant's study entry.Methods in org.hl7.fhir.r4.model that return DurationModifier and TypeMethodDescriptionBase.castToDuration(Base b) Duration.copy()Timing.TimingRepeatComponent.getBoundsDuration()MedicationRequest.MedicationRequestDispenseRequestComponent.getDispenseInterval()PlanDefinition.PlanDefinitionGoalTargetComponent.getDue()Goal.GoalTargetComponent.getDueDuration()MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.getDuration()Specimen.SpecimenCollectionComponent.getDuration()MedicationRequest.MedicationRequestDispenseRequestComponent.getExpectedSupplyDuration()Specimen.SpecimenCollectionComponent.getFastingStatusDuration()MedicationKnowledge.MedicationKnowledgeKineticsComponent.getHalfLifePeriod()Encounter.getLength()SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.getMaxDuration()MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.getMaxTreatmentPeriod()PlanDefinition.PlanDefinitionActionRelatedActionComponent.getOffsetDuration()RequestGroup.RequestGroupActionRelatedActionComponent.getOffsetDuration()EvidenceVariable.EvidenceVariableCharacteristicComponent.getParticipantEffectiveDuration()ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getParticipantEffectiveDuration()ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getParticipantEffectiveTimeFromStart()MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.getPeriod()SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.getRetentionTime()ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getStudyEffectiveDuration()ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getStudyEffectiveTimeFromStart()EvidenceVariable.EvidenceVariableCharacteristicComponent.getTimeFromStart()ActivityDefinition.getTimingDuration()PlanDefinition.PlanDefinitionActionComponent.getTimingDuration()RequestGroup.RequestGroupActionComponent.getTimingDuration()DataRequirement.DataRequirementDateFilterComponent.getValueDuration()protected DurationDuration.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type DurationModifier and TypeMethodDescriptionvoidDuration.copyValues(Duration dst) MedicationRequest.MedicationRequestDispenseRequestComponent.setDispenseInterval(Duration value) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.setDuration(Duration value) Specimen.SpecimenCollectionComponent.setDuration(Duration value) MedicationRequest.MedicationRequestDispenseRequestComponent.setExpectedSupplyDuration(Duration value) MedicationKnowledge.MedicationKnowledgeKineticsComponent.setHalfLifePeriod(Duration value) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.setMaxDuration(Duration value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.setMaxTreatmentPeriod(Duration value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setParticipantEffectiveTimeFromStart(Duration value) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setRetentionTime(Duration value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setStudyEffectiveTimeFromStart(Duration value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setTimeFromStart(Duration value)