Uses of Class
ca.uhn.fhir.model.dstu2.composite.DurationDt
-
Packages that use DurationDt Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DurationDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DurationDt Modifier and Type Method Description DurationDtMedicationOrder.DispenseRequest. getExpectedSupplyDuration()Gets the value(s) for expectedSupplyDuration ().DurationDtEncounter. getLength()Gets the value(s) for length ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DurationDt Modifier and Type Method Description MedicationOrder.DispenseRequestMedicationOrder.DispenseRequest. setExpectedSupplyDuration(DurationDt theValue)Sets the value(s) for expectedSupplyDuration ()EncounterEncounter. setLength(DurationDt theValue)Sets the value(s) for length ()
-