Class Today

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

    public class Today
    extends OperatorExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The Today operator returns the date (with no time component) of the start timestamp associated with the evaluation request. See the Now operator for more information on the rationale for defining the Today operator in this way.

    Java class for Today complex type.

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

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