Class CalculateAgeAt

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

public class CalculateAgeAt extends BinaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Calculates the age in the specified precision of a person born on a given date, as of another given date. The CalculateAgeAt operator has two signatures: (Date, Date) (DateTime, DateTime) For the Date overload, precision must be one of year, month, week, or day, and the result is the number of whole calendar periods that have elapsed between the first date and the second date. For the DateTime overload, the result is the number of whole calendar periods that have elapsed between the first datetime and the second datetime.

Java class for CalculateAgeAt complex type.

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

 <complexType name="CalculateAgeAt">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}BinaryExpression">
       <attribute name="precision" type="{urn:hl7-org:elm:r1}DateTimePrecision" />
     </extension>
   </complexContent>
 </complexType>