public class RatioDt extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.ICompositeDatatype
Definition: A relationship of two Quantity values - expressed as a numerator and a denominator.
Requirements: Need to able to capture ratios for some measurements (titers) and some rates (costs)
| Constructor and Description |
|---|
RatioDt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
QuantityDt |
getDenominator()
Gets the value(s) for denominator ().
|
QuantityDt |
getNumerator()
Gets the value(s) for numerator ().
|
boolean |
isEmpty() |
RatioDt |
setDenominator(QuantityDt theValue)
Sets the value(s) for denominator ()
|
RatioDt |
setNumerator(QuantityDt theValue)
Sets the value(s) for numerator ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptypublic RatioDt()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic QuantityDt getNumerator()
null.
Definition: The value of the numerator
public RatioDt setNumerator(QuantityDt theValue)
Definition: The value of the numerator
public QuantityDt getDenominator()
null.
Definition: The value of the denominator
public RatioDt setDenominator(QuantityDt theValue)
Definition: The value of the denominator
Copyright © 2014–2018 University Health Network. All rights reserved.