
Uses of Class
org.hl7.fhir.dstu2.model.Duration
Packages that use Duration
-
Uses of Duration in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type DurationModifier and TypeMethodDescriptionprotected voidJsonParser.composeDuration(String name, Duration element) protected voidXmlParser.composeDuration(String name, Duration element) protected voidJsonParser.composeDurationInner(Duration element) -
Uses of Duration in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as DurationModifier and TypeFieldDescriptionprotected DurationMedicationOrder.MedicationOrderDispenseRequestComponent.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.dstu2.model that return DurationModifier and TypeMethodDescriptionBase.castToDuration(Base b) Duration.copy()Timing.TimingRepeatComponent.getBoundsDuration()MedicationOrder.MedicationOrderDispenseRequestComponent.getExpectedSupplyDuration()Encounter.getLength()Goal.getTargetDuration()protected DurationDuration.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type DurationModifier and TypeMethodDescriptionMedicationOrder.MedicationOrderDispenseRequestComponent.setExpectedSupplyDuration(Duration value)