Class BaseTemporal
java.lang.Object
org.opencds.cqf.cql.engine.runtime.BaseTemporal
- All Implemented Interfaces:
Comparable<BaseTemporal>,CqlType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Integercompare(BaseTemporal other, boolean forSort) abstract IntegercompareToPrecision(BaseTemporal other, Precision p) static StringgetHighestPrecision(BaseTemporal... values) static StringgetLowestPrecision(BaseTemporal... values) abstract Intervalabstract booleanvoidsetEvaluationOffset(ZoneOffset evaluationOffset) setPrecision(Precision precision) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.opencds.cqf.cql.engine.runtime.CqlType
equal, equivalent
-
Constructor Details
-
BaseTemporal
public BaseTemporal()
-
-
Method Details
-
getPrecision
-
setPrecision
-
getEvaluationOffset
-
setEvaluationOffset
-
getHighestPrecision
-
getLowestPrecision
-
compare
-
compareToPrecision
-
isUncertain
-
getUncertaintyInterval
-