package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * 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. * * * <p> * Java class for RTO complex type. * * <p> * The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="RTO"> * <complexContent> * <extension base="{urn:hl7-org:v3}RTO_QTY_QTY"> * </extension> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RTO") public class RTO extends RTOQTYQTY { /** * */ private static final long serialVersionUID = 1L; }