Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class RTO

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.QTY
          extended by org.hl7.v3.RTOQTYQTY
              extended by org.hl7.v3.RTO
All Implemented Interfaces:
java.io.Serializable

public class RTO
extends RTOQTYQTY

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 class for RTO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RTO">
   <complexContent>
     <extension base="{urn:hl7-org:v3}RTO_QTY_QTY">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hl7.v3.RTOQTYQTY
denominator, numerator
 
Fields inherited from class org.hl7.v3.ANY
content, nullFlavor
 
Constructor Summary
RTO()
           
 
Method Summary
 
Methods inherited from class org.hl7.v3.RTOQTYQTY
getDenominator, getNumerator, setDenominator, setNumerator
 
Methods inherited from class org.hl7.v3.ANY
content, getNullFlavor, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTO

public RTO()

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013