Uses of Class
ca.uhn.fhir.model.dstu2.composite.RangeDt
-
Packages that use RangeDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of RangeDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return RangeDt Modifier and Type Method Description RangeDtRangeDt. setHigh(SimpleQuantityDt theValue)Sets the value(s) for high ()RangeDtRangeDt. setLow(SimpleQuantityDt theValue)Sets the value(s) for low () -
Uses of RangeDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return RangeDt Modifier and Type Method Description RangeDtObservation.ReferenceRange. getAge()Gets the value(s) for age ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RangeDt Modifier and Type Method Description Observation.ReferenceRangeObservation.ReferenceRange. setAge(RangeDt theValue)Sets the value(s) for age ()
-