Uses of Class
org.hl7.fhir.dstu3.model.Duration
-
Packages that use Duration Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Duration in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Duration Modifier and Type Method Description protected DurationJsonParser. parseDuration(com.google.gson.JsonObject json)protected DurationXmlParser. parseDuration(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type Duration Modifier and Type Method Description protected 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Duration Modifier and Type Field Description protected DurationPlanDefinition.PlanDefinitionGoalTargetComponent. dueIndicates the timeframe after the start of the goal in which the goal should be met.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 DurationEncounter. lengthQuantity of time the encounter lasted.Methods in org.hl7.fhir.dstu3.model that return Duration Modifier and Type Method Description DurationBase. castToDuration(Base b)DurationDuration. copy()DurationTiming.TimingRepeatComponent. getBoundsDuration()DurationPlanDefinition.PlanDefinitionGoalTargetComponent. getDue()DurationGoal.GoalTargetComponent. getDueDuration()DurationMedicationRequest.MedicationRequestDispenseRequestComponent. getExpectedSupplyDuration()DurationEncounter. getLength()DurationPlanDefinition.PlanDefinitionActionRelatedActionComponent. getOffsetDuration()DurationRequestGroup.RequestGroupActionRelatedActionComponent. getOffsetDuration()DurationPlanDefinition.PlanDefinitionActionComponent. getTimingDuration()DurationRequestGroup.RequestGroupActionComponent. getTimingDuration()DurationDataRequirement.DataRequirementDateFilterComponent. getValueDuration()protected DurationDuration. typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type Duration Modifier and Type Method Description PlanDefinition.PlanDefinitionGoalTargetComponentPlanDefinition.PlanDefinitionGoalTargetComponent. setDue(Duration value)MedicationRequest.MedicationRequestDispenseRequestComponentMedicationRequest.MedicationRequestDispenseRequestComponent. setExpectedSupplyDuration(Duration value)EncounterEncounter. setLength(Duration value)
-