QuantityDt |
RatioDt.getDenominator() |
Gets the value(s) for denominator ().
|
QuantityDt |
RatioDt.getNumerator() |
Gets the value(s) for numerator ().
|
QuantityDt |
QuantityDt.setCode(ca.uhn.fhir.model.primitive.CodeDt theValue) |
Sets the value(s) for code ()
|
QuantityDt |
QuantityDt.setCode(String theCode) |
Sets the value for code ()
|
QuantityDt |
QuantityDt.setComparator(QuantityComparatorEnum theValue) |
Sets the value(s) for comparator ()
|
QuantityDt |
QuantityDt.setComparator(ca.uhn.fhir.model.primitive.BoundCodeDt<QuantityComparatorEnum> theValue) |
Sets the value(s) for comparator ()
|
QuantityDt |
QuantityDt.setSystem(ca.uhn.fhir.model.primitive.UriDt theValue) |
Sets the value(s) for system ()
|
QuantityDt |
QuantityDt.setSystem(String theUri) |
Sets the value for system ()
|
QuantityDt |
QuantityDt.setUnit(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for unit ()
|
QuantityDt |
QuantityDt.setUnit(String theString) |
Sets the value for unit ()
|
QuantityDt |
QuantityDt.setValue(double theValue) |
Sets the value for value ()
|
QuantityDt |
QuantityDt.setValue(long theValue) |
Sets the value for value ()
|
QuantityDt |
QuantityDt.setValue(ca.uhn.fhir.model.primitive.DecimalDt theValue) |
Sets the value(s) for value ()
|
QuantityDt |
QuantityDt.setValue(BigDecimal theValue) |
Sets the value for value ()
|