Uses of Class
org.hl7.fhir.dstu2.model.Duration
-
Uses of Duration in org.hl7.fhir.dstu2.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
XmlParser.composeDuration
(String name, Duration element) protected void
JsonParser.composeDurationInner
(Duration element) -
Uses of Duration in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Duration
MedicationOrder.MedicationOrderDispenseRequestComponent.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()
MedicationOrder.MedicationOrderDispenseRequestComponent.getExpectedSupplyDuration()
Encounter.getLength()
Goal.getTargetDuration()
protected Duration
Duration.typedCopy()
Modifier and TypeMethodDescriptionMedicationOrder.MedicationOrderDispenseRequestComponent.setExpectedSupplyDuration
(Duration value)