Uses of Class
ca.uhn.fhir.model.dstu3.composite.QuantityDt
Packages that use QuantityDt
-
Uses of QuantityDt in ca.uhn.fhir.model.dstu3.composite
Subclasses of QuantityDt in ca.uhn.fhir.model.dstu3.compositeModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in ca.uhn.fhir.model.dstu3.composite that return QuantityDtModifier and TypeMethodDescriptionQuantityDt.setCode(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()QuantityDt.setComparator(ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum theValue) Sets the value(s) for comparator ()QuantityDt.setComparator(ca.uhn.fhir.model.primitive.BoundCodeDt<ca.uhn.fhir.model.dstu2.valueset.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 ()