
Uses of Class
ca.uhn.fhir.model.dstu2.composite.QuantityDt
Packages that use QuantityDt
-
Uses of QuantityDt in ca.uhn.fhir.model.dstu2.composite
Subclasses of QuantityDt in ca.uhn.fhir.model.dstu2.compositeModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in ca.uhn.fhir.model.dstu2.composite that return QuantityDtModifier and TypeMethodDescriptionRatioDt.getDenominator()
Gets the value(s) for denominator ().RatioDt.getNumerator()
Gets the value(s) for numerator ().QuantityDt.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()QuantityDt.setComparator
(QuantityComparatorEnum theValue) Sets the value(s) for comparator ()QuantityDt.setComparator
(ca.uhn.fhir.model.primitive.BoundCodeDt<QuantityComparatorEnum> theValue) Sets the value(s) for comparator ()QuantityDt.setSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()QuantityDt.setUnit
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for unit ()Sets the value for unit ()QuantityDt.setValue
(double theValue) Sets the value for value ()QuantityDt.setValue
(long theValue) Sets the value for value ()QuantityDt.setValue
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for value ()QuantityDt.setValue
(BigDecimal theValue) Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type QuantityDtModifier and TypeMethodDescriptionRatioDt.setDenominator
(QuantityDt theValue) Sets the value(s) for denominator ()RatioDt.setNumerator
(QuantityDt theValue) Sets the value(s) for numerator ()