Package org.projecthusky.common.hl7cdar2
Class RTO
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.RTOQTYQTY
org.projecthusky.common.hl7cdar2.RTO
A quantity constructed as the quotient of a numerator quantity divided by a denominator quantity. Common factors in
the numerator and denominator are not automatically cancelled out. RTO supports titers (e.g., "1:128") and other
quantities produced by laboratories that truly represent ratios. Ratios are not simply "structured numerics",
particularly blood pressure measurements (e.g. "120/60") are not ratios. In many cases REAL should be used instead of
RTO.
Java-Klasse für RTO complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="RTO"> <complexContent> <extension base="{urn:hl7-org:v3}RTO_QTY_QTY"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.RTOQTYQTY
denominator, numerator
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.RTOQTYQTY
getDenominator, getNumerator, setDenominator, setNumerator
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
RTO
public RTO()
-