Class ToRatio

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ToRatioEvaluator

public class ToRatio extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ToRatio operator converts the value of its argument to a Ratio value. The operator accepts strings using the following format: : Meaning a quantity, followed by a colon (:), followed by another quantity. The operator accepts quantity strings using the same format as the ToQuantity operator. If the input string is not formatted correctly, or cannot be interpreted as a valid Ratio value, the result is null. If the argument is null, the result is null.

Java class for ToRatio complex type.

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

 <complexType name="ToRatio">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
     </extension>
   </complexContent>
 </complexType>