Uses of Class
org.hl7.fhir.dstu3.model.Duration
-
Uses of Duration in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Duration
JsonParser.parseDuration
(com.google.gson.JsonObject json) protected Duration
XmlParser.parseDuration
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDuration
(String name, Duration element) protected void
RdfParser.composeDuration
(Turtle.Complex parent, String parentType, String name, Duration element, int index) protected void
XmlParser.composeDuration
(String name, Duration element) protected void
XmlParser.composeDurationElements
(Duration element) protected void
JsonParser.composeDurationInner
(Duration element) protected boolean
XmlParser.parseDurationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Duration res) protected void
JsonParser.parseDurationProperties
(com.google.gson.JsonObject json, Duration res) -
Uses of Duration in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Duration
PlanDefinition.PlanDefinitionGoalTargetComponent.due
Indicates the timeframe after the start of the goal in which the goal should be met.protected Duration
MedicationRequest.MedicationRequestDispenseRequestComponent.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.protected Duration
Encounter.length
Quantity of time the encounter lasted.Modifier and TypeMethodDescriptionBase.castToDuration
(Base b) Duration.copy()
Timing.TimingRepeatComponent.getBoundsDuration()
PlanDefinition.PlanDefinitionGoalTargetComponent.getDue()
Goal.GoalTargetComponent.getDueDuration()
MedicationRequest.MedicationRequestDispenseRequestComponent.getExpectedSupplyDuration()
Encounter.getLength()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getOffsetDuration()
RequestGroup.RequestGroupActionRelatedActionComponent.getOffsetDuration()
PlanDefinition.PlanDefinitionActionComponent.getTimingDuration()
RequestGroup.RequestGroupActionComponent.getTimingDuration()
DataRequirement.DataRequirementDateFilterComponent.getValueDuration()
protected Duration
Duration.typedCopy()
Modifier and TypeMethodDescriptionMedicationRequest.MedicationRequestDispenseRequestComponent.setExpectedSupplyDuration
(Duration value)