Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abs(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AbsEvaluator
- AbsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AbsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AbsEvaluator
- add(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AddEvaluator
- addCodeSystem(CodeSystem) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- addDebugEntry(String, DebugLocator, DebugAction) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- addDebugEntry(DebugLocator, DebugAction) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- addEntry(DebugLocator, DebugAction) - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- addEntry(DebugMapEntry) - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- AddEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AddEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AddEvaluator
- addLeadingZeroes(int, int) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- addSystem(String) - Static method in class org.opencds.cqf.cql.engine.terminology.TerminologyValidation
- after(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AfterEvaluator
- AfterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AfterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AfterEvaluator
- AliasRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AliasRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AliasRefEvaluator
- allTrue(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AllTrueEvaluator
- AllTrueEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AllTrueEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AllTrueEvaluator
- and(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AndEvaluator
- AndEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AndEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AndEvaluator
- AnyInCodeSystemEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AnyInCodeSystemEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AnyInCodeSystemEvaluator
- AnyInValueSetEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AnyInValueSetEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AnyInValueSetEvaluator
- anyTrue(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AnyTrueEvaluator
- AnyTrueEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AnyTrueEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AnyTrueEvaluator
- as(Object, Class<?>, boolean) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- as(Object, Class<?>, boolean) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- as(Object, Class<?>, boolean) - Method in class org.opencds.cqf.cql.engine.model.BaseModelResolver
- as(Object, Class<?>, boolean) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- as(Object, Class<?>, boolean) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Cast the specified value to the specified type.
- AsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AsEvaluator
- autoCompleteDateString(String, Precision) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- autoCompleteDateTimeString(String, Precision) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- autoCompleteTimeString(String, Precision) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- avg(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AvgEvaluator
- AvgEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- AvgEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.AvgEvaluator
B
- BaseModelResolver - Class in org.opencds.cqf.cql.engine.model
- BaseModelResolver() - Constructor for class org.opencds.cqf.cql.engine.model.BaseModelResolver
- BaseTemporal - Class in org.opencds.cqf.cql.engine.runtime
- BaseTemporal() - Constructor for class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- before(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.BeforeEvaluator
- BeforeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- BeforeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.BeforeEvaluator
C
- Cache - Class in org.opencds.cqf.cql.engine.execution
-
There are at least two types of data that need to be cached, some that is context dependent, like expression results (and thus can be invalidated during the course of evaluation) and some that is not, like Function resolutions (and thus can be cache for the entire duration of the evaluation).
- Cache() - Constructor for class org.opencds.cqf.cql.engine.execution.Cache
- cacheExpression(VersionedIdentifier, String, ExpressionResult) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- cacheFunctionDef(FunctionRef, FunctionDef) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- CachingModelResolverDecorator - Class in org.opencds.cqf.cql.engine.model
- CachingModelResolverDecorator(ModelResolver) - Constructor for class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- calculateAge(Object, String, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CalculateAgeEvaluator
- calculateAgeAt(Object, Object, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CalculateAgeAtEvaluator
- CalculateAgeAtEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CalculateAgeAtEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CalculateAgeAtEvaluator
- CalculateAgeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CalculateAgeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CalculateAgeEvaluator
- CaseEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CaseEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CaseEvaluator
- ceiling(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CeilingEvaluator
- CeilingEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CeilingEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CeilingEvaluator
- children(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ChildrenEvaluator
- ChildrenEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ChildrenEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ChildrenEvaluator
- cleanArray(Integer...) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- clearEvaluatedResources() - Method in class org.opencds.cqf.cql.engine.execution.State
- coalesce(List<Object>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CoalesceEvaluator
- CoalesceEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CoalesceEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CoalesceEvaluator
- Code - Class in org.opencds.cqf.cql.engine.runtime
- Code() - Constructor for class org.opencds.cqf.cql.engine.runtime.Code
- CodeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CodeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CodeEvaluator
- CodeRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CodeRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CodeRefEvaluator
- CodeSystem - Class in org.opencds.cqf.cql.engine.runtime
- CodeSystem() - Constructor for class org.opencds.cqf.cql.engine.runtime.CodeSystem
- CodeSystemInfo - Class in org.opencds.cqf.cql.engine.terminology
- CodeSystemInfo() - Constructor for class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- CodeSystemRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CodeSystemRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CodeSystemRefEvaluator
- collapse(Iterable<Interval>, Quantity, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CollapseEvaluator
- CollapseEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CollapseEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CollapseEvaluator
- columnSort - Variable in class org.opencds.cqf.cql.engine.runtime.CqlList
- combine(Object, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CombineEvaluator
- CombineEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CombineEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CombineEvaluator
- compare(BaseTemporal, boolean) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- compare(BaseTemporal, boolean) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- compare(BaseTemporal, boolean) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- compare(BaseTemporal, boolean) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- compareTo(Object, Object) - Method in class org.opencds.cqf.cql.engine.runtime.CqlList
- compareTo(BaseTemporal) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- compareTo(BaseTemporal) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- compareTo(BaseTemporal) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- compareTo(Interval) - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- compareTo(Quantity) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- compareToPrecision(BaseTemporal, Precision) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- compareToPrecision(BaseTemporal, Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- compareToPrecision(BaseTemporal, Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- compareToPrecision(BaseTemporal, Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- CompositeDataProvider - Class in org.opencds.cqf.cql.engine.data
- CompositeDataProvider(ModelResolver, RetrieveProvider) - Constructor for class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- concatenate(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConcatenateEvaluator
- ConcatenateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConcatenateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConcatenateEvaluator
- Concept - Class in org.opencds.cqf.cql.engine.runtime
- Concept() - Constructor for class org.opencds.cqf.cql.engine.runtime.Concept
- ConceptEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConceptEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConceptEvaluator
- ConceptRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConceptRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConceptRefEvaluator
- constructLibraryExpressionHashMap() - Method in class org.opencds.cqf.cql.engine.execution.Cache
- contains(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ContainsEvaluator
- ContainsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ContainsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ContainsEvaluator
- ConvertEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertEvaluator
- convertQuantity(Object, Object, UcumService) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertQuantityEvaluator
- ConvertQuantityEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertQuantityEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertQuantityEvaluator
- convertsToBoolean(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToBooleanEvaluator
- ConvertsToBooleanEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToBooleanEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToBooleanEvaluator
- convertsToDate(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDateEvaluator
- ConvertsToDateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToDateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDateEvaluator
- convertsToDateTime(Object, ZoneOffset) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDateTimeEvaluator
- ConvertsToDateTimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToDateTimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDateTimeEvaluator
- convertsToDecimal(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDecimalEvaluator
- ConvertsToDecimalEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToDecimalEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToDecimalEvaluator
- convertsToInteger(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToIntegerEvaluator
- ConvertsToIntegerEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToIntegerEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToIntegerEvaluator
- convertsToLong(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToLongEvaluator
- ConvertsToLongEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToLongEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToLongEvaluator
- convertsToQuantity(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToQuantityEvaluator
- ConvertsToQuantityEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToQuantityEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToQuantityEvaluator
- convertsToString(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToStringEvaluator
- ConvertsToStringEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToStringEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToStringEvaluator
- convertsToTime(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertsToTimeEvaluator
- ConvertsToTimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ConvertsToTimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ConvertsToTimeEvaluator
- count(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CountEvaluator
- CountEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- CountEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.CountEvaluator
- CqlEngine - Class in org.opencds.cqf.cql.engine.execution
-
NOTE: We have updated CqlEngine to adopt a visitor pattern approach to traversing the ELM tree for execution: Visitor pattern reduces the process to convert EML Tree to Executable ELM tree and thus reduces a potential maintenance issue.
- CqlEngine(Environment) - Constructor for class org.opencds.cqf.cql.engine.execution.CqlEngine
- CqlEngine(Environment, Set<CqlEngine.Options>) - Constructor for class org.opencds.cqf.cql.engine.execution.CqlEngine
- CqlEngine.Options - Enum Class in org.opencds.cqf.cql.engine.execution
- CqlException - Exception in org.opencds.cqf.cql.engine.exception
- CqlException(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(String, Throwable) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(String, Throwable, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(String, Throwable, SourceLocator, Severity) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(String, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(String, SourceLocator, Severity) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(Throwable) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlException(Throwable, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.CqlException
- CqlExceptionHandler - Class in org.opencds.cqf.cql.engine.exception
- CqlExceptionHandler() - Constructor for class org.opencds.cqf.cql.engine.exception.CqlExceptionHandler
- CqlList - Class in org.opencds.cqf.cql.engine.runtime
- CqlList() - Constructor for class org.opencds.cqf.cql.engine.runtime.CqlList
- CqlList(State, String) - Constructor for class org.opencds.cqf.cql.engine.runtime.CqlList
- CqlList(State, ElmLibraryVisitor<Object, State>, String, Expression) - Constructor for class org.opencds.cqf.cql.engine.runtime.CqlList
- CqlType - Interface in org.opencds.cqf.cql.engine.runtime
- createInstance(String) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- createInstance(String) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- createInstance(String) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- createInstance(String) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Create an instance of the model object that corresponds to the specified type.
- createInstance(QName) - Method in class org.opencds.cqf.cql.engine.execution.Environment
D
- DataProvider - Interface in org.opencds.cqf.cql.engine.data
- DataProviderException - Exception in org.opencds.cqf.cql.engine.exception
- DataProviderException(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.DataProviderException
- Date - Class in org.opencds.cqf.cql.engine.runtime
- Date(int) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- Date(int, int) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- Date(int, int, int) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- Date(String) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- Date(LocalDate) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- Date(LocalDate, Precision) - Constructor for class org.opencds.cqf.cql.engine.runtime.Date
- DateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DateEvaluator
- dateFrom(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DateFromEvaluator
- DateFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DateFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DateFromEvaluator
- DateTime - Class in org.opencds.cqf.cql.engine.runtime
- DateTime(String, ZoneOffset) - Constructor for class org.opencds.cqf.cql.engine.runtime.DateTime
- DateTime(BigDecimal, int...) - Constructor for class org.opencds.cqf.cql.engine.runtime.DateTime
- DateTime(OffsetDateTime) - Constructor for class org.opencds.cqf.cql.engine.runtime.DateTime
- DateTime(OffsetDateTime, Precision) - Constructor for class org.opencds.cqf.cql.engine.runtime.DateTime
- dateTimeComponentFrom(Object, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DateTimeComponentFromEvaluator
- DateTimeComponentFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DateTimeComponentFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DateTimeComponentFromEvaluator
- DateTimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DateTimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DateTimeEvaluator
- DAY - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- DebugAction - Enum Class in org.opencds.cqf.cql.engine.debug
- DebugLibraryMapEntry - Class in org.opencds.cqf.cql.engine.debug
- DebugLibraryMapEntry(String) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- DebugLibraryResultEntry - Class in org.opencds.cqf.cql.engine.debug
- DebugLibraryResultEntry(String) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugLibraryResultEntry
- DebugLocator - Class in org.opencds.cqf.cql.engine.debug
- DebugLocator(DebugLocator.DebugLocatorType, String) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugLocator
- DebugLocator(Location) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugLocator
- DebugLocator.DebugLocatorType - Enum Class in org.opencds.cqf.cql.engine.debug
- DebugMap - Class in org.opencds.cqf.cql.engine.debug
- DebugMap() - Constructor for class org.opencds.cqf.cql.engine.debug.DebugMap
- DebugMapEntry - Class in org.opencds.cqf.cql.engine.debug
- DebugMapEntry(DebugLocator, DebugAction) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugMapEntry
- DebugResult - Class in org.opencds.cqf.cql.engine.debug
- DebugResult() - Constructor for class org.opencds.cqf.cql.engine.debug.DebugResult
- DebugResultEntry - Class in org.opencds.cqf.cql.engine.debug
- DebugResultEntry(Object) - Constructor for class org.opencds.cqf.cql.engine.debug.DebugResultEntry
- DebugUtilities - Class in org.opencds.cqf.cql.engine.debug
- descendents(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DescendentsEvaluator
- DescendentsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DescendentsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DescendentsEvaluator
- difference(Object, Object, Precision) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DifferenceBetweenEvaluator
- DifferenceBetweenEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DifferenceBetweenEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DifferenceBetweenEvaluator
- distinct(Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DistinctEvaluator
- DistinctEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DistinctEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DistinctEvaluator
- div(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TruncatedDivideEvaluator
- divide(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DivideEvaluator
- DivideEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DivideEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DivideEvaluator
- duration(Object, Object, Precision) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DurationBetweenEvaluator
- DurationBetweenEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- DurationBetweenEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.DurationBetweenEvaluator
E
- elements - Variable in class org.opencds.cqf.cql.engine.runtime.Tuple
- EnableExpressionCaching - Enum constant in enum class org.opencds.cqf.cql.engine.execution.CqlEngine.Options
- EnableValidation - Enum constant in enum class org.opencds.cqf.cql.engine.execution.CqlEngine.Options
- end(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EndEvaluator
- EndEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- EndEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.EndEvaluator
- ends(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EndsEvaluator
- EndsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- EndsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.EndsEvaluator
- endsWith(String, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EndsWithEvaluator
- EndsWithEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- EndsWithEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.EndsWithEvaluator
- ensureIterable(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.QueryEvaluator
- enterContext(String) - Method in class org.opencds.cqf.cql.engine.execution.State
- enterLibrary(String) - Method in class org.opencds.cqf.cql.engine.execution.State
- Environment - Class in org.opencds.cqf.cql.engine.execution
-
The Environment class represents the current CQL execution environment.
- Environment(LibraryManager) - Constructor for class org.opencds.cqf.cql.engine.execution.Environment
- Environment(LibraryManager, Map<String, DataProvider>, TerminologyProvider) - Constructor for class org.opencds.cqf.cql.engine.execution.Environment
- equal(Iterable<?>, Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.runtime.CqlList
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.CodeSystem
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- equal(Object) - Method in interface org.opencds.cqf.cql.engine.runtime.CqlType
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- equal(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- equal(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EqualEvaluator
- equal(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EqualEvaluator
- EqualEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- EqualEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.EqualEvaluator
- equals(Object) - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- equals(Object) - Method in class org.opencds.cqf.cql.engine.debug.Location
- equals(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- equivalent(Iterable<?>, Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.runtime.CqlList
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.CodeSystem
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- equivalent(Object) - Method in interface org.opencds.cqf.cql.engine.runtime.CqlType
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- equivalent(Object) - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- equivalent(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EquivalentEvaluator
- equivalent(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.EquivalentEvaluator
- EquivalentEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- EquivalentEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.EquivalentEvaluator
- ERROR - Enum constant in enum class org.opencds.cqf.cql.engine.exception.Severity
- evaluate(String) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, List<Object>) - Method in interface org.opencds.cqf.cql.engine.data.ExternalFunctionProvider
- evaluate(String, List<Object>) - Method in class org.opencds.cqf.cql.engine.data.SystemExternalFunctionProvider
- evaluate(String, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Set<String>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Set<String>, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Set<String>, Pair<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Set<String>, Pair<String, Object>, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Pair<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(String, Pair<String, Object>, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, ZonedDateTime) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Set<String>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Set<String>, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Set<String>, Pair<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Set<String>, Pair<String, Object>, Map<String, Object>, DebugMap) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Set<String>, Pair<String, Object>, Map<String, Object>, DebugMap, ZonedDateTime) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Pair<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluate(VersionedIdentifier, Pair<String, Object>, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- evaluatedResources - Variable in class org.opencds.cqf.cql.engine.execution.ExpressionResult
- evaluatedResources() - Method in class org.opencds.cqf.cql.engine.execution.ExpressionResult
- EvaluationResult - Class in org.opencds.cqf.cql.engine.execution
- EvaluationResult() - Constructor for class org.opencds.cqf.cql.engine.execution.EvaluationResult
- EvaluationVisitor - Class in org.opencds.cqf.cql.engine.execution
- EvaluationVisitor() - Constructor for class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- except(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExceptEvaluator
- ExceptEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExceptEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExceptEvaluator
- EXCEPTION_TYPE - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
- exists(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExistsEvaluator
- ExistsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExistsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExistsEvaluator
- exitContext() - Method in class org.opencds.cqf.cql.engine.execution.State
- exitLibrary(boolean) - Method in class org.opencds.cqf.cql.engine.execution.State
- exp(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpEvaluator
- expand(Iterable<Interval>, Quantity, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpandEvaluator
- expand(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpandValueSetEvaluator
- expand(ValueSetInfo) - Method in interface org.opencds.cqf.cql.engine.terminology.TerminologyProvider
-
Expands the set of Codes for a given ValueSetInfo
- ExpandEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExpandEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExpandEvaluator
- expandPartialMax(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- expandPartialMax(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- expandPartialMax(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- expandPartialMin(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- expandPartialMin(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- expandPartialMinFromPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- expandPartialMinFromPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- expandPartialMinFromPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- ExpandValueSetEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExpandValueSetEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExpandValueSetEvaluator
- expandValueSets - Variable in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- ExpEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExpEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExpEvaluator
- expression(VersionedIdentifier, String) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.I added to assist with unit testing, but really it's indicative of the fact that we need to further refine the engine API. Please use this sparingly as it will go away
- expression(VersionedIdentifier, String, ZonedDateTime) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.I added to assist with unit testing, but really it's indicative of the fact that we need to further refine the engine API. Please use this sparingly as it will go away
- ExpressionDefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExpressionDefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExpressionDefEvaluator
- ExpressionRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ExpressionRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ExpressionRefEvaluator
- ExpressionResult - Class in org.opencds.cqf.cql.engine.execution
- ExpressionResult(Object, Set<Object>) - Constructor for class org.opencds.cqf.cql.engine.execution.ExpressionResult
- expressionResults - Variable in class org.opencds.cqf.cql.engine.execution.EvaluationResult
- expressionSort - Variable in class org.opencds.cqf.cql.engine.runtime.CqlList
- ExternalFunctionProvider - Interface in org.opencds.cqf.cql.engine.data
F
- filter(Filter, Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FilterEvaluator
- FilterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- FilterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.FilterEvaluator
- first(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FirstEvaluator
- FirstEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- FirstEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.FirstEvaluator
- fixupQName(QName) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- flatten(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FlattenEvaluator
- FlattenEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- FlattenEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.FlattenEvaluator
- floor(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FloorEvaluator
- FloorEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- FloorEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.FloorEvaluator
- forEach(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ForEachEvaluator
- ForEachEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ForEachEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ForEachEvaluator
- forExpression(String) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationResult
- fromCodeSystem(CodeSystem) - Static method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- fromDateIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- fromDateTimeIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- fromJavaDate(Date) - Static method in class org.opencds.cqf.cql.engine.runtime.Date
- fromJavaDate(Date) - Static method in class org.opencds.cqf.cql.engine.runtime.DateTime
- fromLocator(String) - Static method in class org.opencds.cqf.cql.engine.debug.Location
- fromNode(Element, Library) - Static method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- fromString(String) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- fromTimeIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- fromValueSet(ValueSet) - Static method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- FunctionRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- FunctionRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.FunctionRefEvaluator
G
- geometricMean(Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.GeometricMeanEvaluator
- GeometricMeanEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- GeometricMeanEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.GeometricMeanEvaluator
- getAction() - Method in class org.opencds.cqf.cql.engine.debug.DebugMapEntry
- getCache() - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- getCache() - Method in class org.opencds.cqf.cql.engine.execution.State
- getCachedExpression(VersionedIdentifier, String) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- getCachedFunctionDef(FunctionRef) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- getCode() - Method in class org.opencds.cqf.cql.engine.runtime.Code
- getCodes() - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- getCodeSystem(String) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- getCodeSystem(String, String) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- getCodeSystems() - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- getCodeSystems() - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- getContextPath(String, String) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- getContextPath(String, String) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- getContextPath(String, String) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- getContextPath(String, String) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Get the path expression that expresses the relationship between the
targetTypeand the givencontextType. - getContextValues() - Method in class org.opencds.cqf.cql.engine.execution.State
- getCurrentContext() - Method in class org.opencds.cqf.cql.engine.execution.State
- getCurrentContextValue() - Method in class org.opencds.cqf.cql.engine.execution.State
- getCurrentLibrary() - Method in class org.opencds.cqf.cql.engine.execution.State
- getDataProviders() - Method in class org.opencds.cqf.cql.engine.execution.Environment
- getDate() - Method in class org.opencds.cqf.cql.engine.runtime.Date
- getDateChronoFieldFromIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getDateTime() - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- getDateTimeChronoFieldFromIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getDebugMap() - Method in class org.opencds.cqf.cql.engine.execution.State
- getDebugResult() - Method in class org.opencds.cqf.cql.engine.execution.EvaluationResult
- getDebugResult() - Method in class org.opencds.cqf.cql.engine.execution.State
- getDenominator() - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- getDescendents(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DescendentsEvaluator
- getDisplay() - Method in class org.opencds.cqf.cql.engine.runtime.Code
- getDisplay() - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- getElement(String) - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- getElements() - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- getEnd() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getEndChar() - Method in class org.opencds.cqf.cql.engine.debug.Location
- getEndLine() - Method in class org.opencds.cqf.cql.engine.debug.Location
- getEnvironment() - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- getEnvironment() - Method in class org.opencds.cqf.cql.engine.execution.State
- getEvaluatedResources() - Method in class org.opencds.cqf.cql.engine.execution.State
- getEvaluationDateTime() - Method in class org.opencds.cqf.cql.engine.execution.State
- getEvaluationOffset() - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- getEvaluationVisitor() - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
-
Deprecated, for removal: This API element is subject to removal in a future version.this is a temporary arrangement until we further refine the relationship between the engine, the environment, and the state
- getEvaluationZonedDateTime() - Method in class org.opencds.cqf.cql.engine.execution.State
- getExpandedInterval(Interval, Quantity, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpandEvaluator
- getExpandedInterval(Interval, Quantity, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpandEvaluator
- getExpressionCache(VersionedIdentifier) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- getExpressions() - Method in class org.opencds.cqf.cql.engine.execution.Cache
- getExternalFunctionProvider(VersionedIdentifier) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- getFunctionCache() - Method in class org.opencds.cqf.cql.engine.execution.Cache
- getFunctionDefs(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- getHigh() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getHighClosed() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getHighestDatePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getHighestDateTimePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getHighestPrecision(BaseTemporal...) - Static method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- getHighestTimePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getId() - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- getId() - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- getId() - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- getInnerResolver() - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- getIsCoverageEnabled() - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- getIsLoggingEnabled() - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- getLibraryManager() - Method in class org.opencds.cqf.cql.engine.execution.Environment
- getLibraryName() - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- getLibraryName() - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryResultEntry
- getLibraryName() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getLibraryResults() - Method in class org.opencds.cqf.cql.engine.debug.DebugResult
- getLibrarySystemId() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getLibraryVersion() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getLocation() - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- getLocator() - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- getLocator() - Method in class org.opencds.cqf.cql.engine.debug.DebugMapEntry
- getLocatorType() - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- getLow() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getLowClosed() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getLowestDatePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getLowestDateTimePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getLowestPrecision(BaseTemporal...) - Static method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- getLowestTimePrecision(Precision, Precision) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getMessages() - Method in class org.opencds.cqf.cql.engine.debug.DebugResult
- getName() - Method in class org.opencds.cqf.cql.engine.execution.Variable
- getName() - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- getNextPrecision() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getNodeId() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getNodeType() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getNormalized(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- getNormalized(Precision, State) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- getNumerator() - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- getPackageName() - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- getPackageName() - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- getPackageName() - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- getPackageName() - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Deprecated.Use getPackageNames() instead
- getPackageNames() - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- getPackageNames() - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Return the package names of Java objects supported by this model
- getParameters() - Method in class org.opencds.cqf.cql.engine.execution.State
- getPointType() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getPrecision() - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- getResults() - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryResultEntry
- getSeverity() - Method in exception org.opencds.cqf.cql.engine.exception.CqlException
- getSize(Object, Object) - Static method in class org.opencds.cqf.cql.engine.runtime.Interval
- getSourceLocation() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- getSourceLocator() - Method in exception org.opencds.cqf.cql.engine.exception.CqlException
- getStart() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getStartChar() - Method in class org.opencds.cqf.cql.engine.debug.Location
- getStartLine() - Method in class org.opencds.cqf.cql.engine.debug.Location
- getState() - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- getState() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- getState() - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- getSystem() - Method in class org.opencds.cqf.cql.engine.runtime.Code
- getSystems() - Static method in class org.opencds.cqf.cql.engine.terminology.TerminologyValidation
- getTerminologyProvider() - Method in class org.opencds.cqf.cql.engine.execution.Environment
- getTerminologyProvider() - Method in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- getTime() - Method in class org.opencds.cqf.cql.engine.runtime.Time
- getTimeChronoFieldFromIndex(int) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- getUncertaintyInterval(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- getUncertaintyInterval(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- getUncertaintyInterval(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- getUncertaintyInterval(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- getUnit() - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- getValue() - Method in class org.opencds.cqf.cql.engine.debug.DebugResultEntry
- getValue() - Method in class org.opencds.cqf.cql.engine.execution.Variable
- getValue() - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- getVersion() - Method in class org.opencds.cqf.cql.engine.runtime.Code
- getVersion() - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- getVersion() - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- getVersion() - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- getWindows() - Method in class org.opencds.cqf.cql.engine.execution.State
- greater(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.GreaterEvaluator
- GreaterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- GreaterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.GreaterEvaluator
- greaterOrEqual(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.GreaterOrEqualEvaluator
- GreaterOrEqualEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- GreaterOrEqualEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.GreaterOrEqualEvaluator
H
- hashCode() - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- hashCode() - Method in class org.opencds.cqf.cql.engine.debug.Location
- hashCode() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- hasNext() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.QueryIterator
- hasNext() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.ResetIterator
- hasNext() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.TimesIterator
- hasSystem(String) - Static method in class org.opencds.cqf.cql.engine.terminology.TerminologyValidation
- highBoundary(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.HighBoundaryEvaluator
- HighBoundaryEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- HighBoundaryEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.HighBoundaryEvaluator
- HOUR - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
I
- IdentifierRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IdentifierRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IdentifierRefEvaluator
- IfEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IfEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IfEvaluator
- implies(Boolean, Boolean) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ImpliesEvaluator
- ImpliesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ImpliesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ImpliesEvaluator
- in(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.InEvaluator
- in(Code, ValueSetInfo) - Method in interface org.opencds.cqf.cql.engine.terminology.TerminologyProvider
-
Checks if a given Code is a member of a given ValueSetInfo
- includedIn(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludedInEvaluator
- IncludedInEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IncludedInEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IncludedInEvaluator
- includes(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludesEvaluator
- includes(Location) - Method in class org.opencds.cqf.cql.engine.debug.Location
- IncludesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IncludesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IncludesEvaluator
- inCodeSystem(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.InCodeSystemEvaluator
- InCodeSystemEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- InCodeSystemEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.InCodeSystemEvaluator
- indexer(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IndexerEvaluator
- IndexerEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IndexerEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IndexerEvaluator
- indexOf(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IndexOfEvaluator
- IndexOfEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IndexOfEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IndexOfEvaluator
- InEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- InEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.InEvaluator
- init(Library) - Method in class org.opencds.cqf.cql.engine.execution.State
- InstanceEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- InstanceEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.InstanceEvaluator
- internalEvaluate(Integer, Integer, Integer) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DateEvaluator
- internalEvaluate(Integer, Integer, Integer, Integer, Integer, Integer, Integer, BigDecimal) - Static method in class org.opencds.cqf.cql.engine.elm.executing.DateTimeEvaluator
- internalEvaluate(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TimezoneFromEvaluator
- internalEvaluate(Object, Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ContainsEvaluator
- internalEvaluate(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludedInEvaluator
- internalEvaluate(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludesEvaluator
- internalEvaluate(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.InEvaluator
- internalEvaluate(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperInEvaluator
- internalEvaluate(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.RepeatEvaluator
- internalEvaluate(Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CalculateAgeEvaluator
- internalEvaluate(Object, QName, TypeSpecifier, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConvertEvaluator
- internalEvaluate(Object, As, boolean, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AsEvaluator
- internalEvaluate(Object, CodeSystemRef, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AnyInCodeSystemEvaluator
- internalEvaluate(Object, Length, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LengthEvaluator
- internalEvaluate(Object, ValueSetRef, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AnyInValueSetEvaluator
- internalEvaluate(String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.AliasRefEvaluator
- internalEvaluate(String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IdentifierRefEvaluator
- internalEvaluate(LinkedHashMap<String, Object>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TupleEvaluator
- internalEvaluate(List<Code>, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConceptEvaluator
- internalEvaluate(QName, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LiteralEvaluator
- internalEvaluate(QName, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MaxValueEvaluator
- internalEvaluate(QName, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MinValueEvaluator
- internalEvaluate(CodeSystemRef, String, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CodeEvaluator
- internalEvaluate(ExpressionDef, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpressionDefEvaluator
- internalEvaluate(ExpressionRef, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ExpressionRefEvaluator
- internalEvaluate(Expression, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NegateEvaluator
- internalEvaluate(FunctionRef, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FunctionRefEvaluator
- internalEvaluate(If, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IfEvaluator
- internalEvaluate(Instance, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.InstanceEvaluator
- internalEvaluate(Interval, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IntervalEvaluator
- internalEvaluate(Is, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IsEvaluator
- internalEvaluate(List, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ListEvaluator
- internalEvaluate(Message, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MessageEvaluator
- internalEvaluate(OperandRef, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.OperandRefEvaluator
- internalEvaluate(ParameterRef, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ParameterRefEvaluator
- internalEvaluate(Property, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PropertyEvaluator
- internalEvaluate(Quantity, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.QuantityEvaluator
- internalEvaluate(QueryLetRef, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.QueryLetRefEvaluator
- internalEvaluate(Query, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.QueryEvaluator
- internalEvaluate(Ratio, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.RatioEvaluator
- internalEvaluate(Retrieve, State, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.RetrieveEvaluator
- internalEvaluate(State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NowEvaluator
- internalEvaluate(State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NullEvaluator
- internalEvaluate(State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TimeOfDayEvaluator
- internalEvaluate(State, ValueSetRef) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ValueSetRefEvaluator
- intersect(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IntersectEvaluator
- IntersectEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IntersectEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IntersectEvaluator
- Interval - Class in org.opencds.cqf.cql.engine.runtime
- Interval(Object, boolean, Object, boolean) - Constructor for class org.opencds.cqf.cql.engine.runtime.Interval
- Interval(Object, boolean, Object, boolean, State) - Constructor for class org.opencds.cqf.cql.engine.runtime.Interval
- IntervalEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IntervalEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IntervalEvaluator
- intervalIncludedIn(Interval, Interval, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludedInEvaluator
- intervalProperlyIncludes(Interval, Interval, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperIncludesEvaluator
- InvalidCast - Exception in org.opencds.cqf.cql.engine.exception
- InvalidCast(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidCast
- InvalidComparison - Exception in org.opencds.cqf.cql.engine.exception
- InvalidComparison(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidComparison
- InvalidConversion - Exception in org.opencds.cqf.cql.engine.exception
- InvalidConversion(Object, Object) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidConversion
- InvalidConversion(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidConversion
- InvalidDate - Exception in org.opencds.cqf.cql.engine.exception
- InvalidDate(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidDate
- InvalidDateTime - Exception in org.opencds.cqf.cql.engine.exception
- InvalidDateTime(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidDateTime
- InvalidDateTime(String, Throwable) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidDateTime
- InvalidInterval - Exception in org.opencds.cqf.cql.engine.exception
- InvalidInterval(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidInterval
- InvalidLiteral - Exception in org.opencds.cqf.cql.engine.exception
- InvalidLiteral(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidLiteral
- InvalidOperatorArgument - Exception in org.opencds.cqf.cql.engine.exception
- InvalidOperatorArgument(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidOperatorArgument
- InvalidOperatorArgument(String, String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidOperatorArgument
- InvalidPrecision - Exception in org.opencds.cqf.cql.engine.exception
- InvalidPrecision(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidPrecision
- InvalidTime - Exception in org.opencds.cqf.cql.engine.exception
- InvalidTime(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.InvalidTime
- inValueSet(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.InValueSetEvaluator
- InValueSetEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- InValueSetEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.InValueSetEvaluator
- is(Object, Class<?>) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- is(Object, Class<?>) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- is(Object, Class<?>) - Method in class org.opencds.cqf.cql.engine.model.BaseModelResolver
- is(Object, Class<?>) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- is(Object, Class<?>) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Check whether or not a specified value instance is of the specified type.
- isDefaultUnit(String) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- IsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IsEvaluator
- isExpandValueSets() - Method in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- isExpressionCached(VersionedIdentifier, String) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- isExpressionCachingEnabled() - Method in class org.opencds.cqf.cql.engine.execution.Cache
- isFalse(Boolean) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IsFalseEvaluator
- IsFalseEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IsFalseEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IsFalseEvaluator
- isList() - Method in class org.opencds.cqf.cql.engine.execution.Variable
- isNull(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IsNullEvaluator
- IsNullEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IsNullEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IsNullEvaluator
- isTrue(Boolean) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IsTrueEvaluator
- IsTrueEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- IsTrueEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.IsTrueEvaluator
- isType(Class<?>, Class<?>) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- isUncertain() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- isUncertain(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- isUncertain(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- isUncertain(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- isUncertain(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
L
- last(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LastEvaluator
- LastEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LastEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LastEvaluator
- lastPositionOf(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LastPositionOfEvaluator
- LastPositionOfEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LastPositionOfEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LastPositionOfEvaluator
- length(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LengthEvaluator
- LengthEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LengthEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LengthEvaluator
- less(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LessEvaluator
- LessEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LessEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LessEvaluator
- lessOrEqual(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LessOrEqualEvaluator
- LessOrEqualEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LessOrEqualEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LessOrEqualEvaluator
- Libraries - Class in org.opencds.cqf.cql.engine.execution
-
This class provides static utility methods for resolving ELM elements from a ELM library.
- ListEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ListEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ListEvaluator
- listIncludedIn(Iterable<?>, Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.IncludedInEvaluator
- listLength(Iterable<?>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LengthEvaluator
- listProperlyIncludes(Iterable<?>, Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperIncludesEvaluator
- LiteralEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LiteralEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LiteralEvaluator
- ln(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LnEvaluator
- LnEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LnEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LnEvaluator
- Location - Class in org.opencds.cqf.cql.engine.debug
- Location(int, int, int, int) - Constructor for class org.opencds.cqf.cql.engine.debug.Location
- LOCATION - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
- log(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LogEvaluator
- LOG - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugAction
- logDebugError(CqlException) - Method in class org.opencds.cqf.cql.engine.debug.DebugResult
- logDebugError(CqlException) - Method in class org.opencds.cqf.cql.engine.execution.State
- logDebugMessage(SourceLocator, String) - Method in class org.opencds.cqf.cql.engine.execution.State
- logDebugResult(Element, Object, DebugAction) - Method in class org.opencds.cqf.cql.engine.execution.State
- logDebugResult(Element, Library, Object) - Static method in class org.opencds.cqf.cql.engine.debug.DebugUtilities
- logDebugResult(Element, Library, Object, DebugAction) - Method in class org.opencds.cqf.cql.engine.debug.DebugResult
- logDebugResultEntry(Element, Object) - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryResultEntry
- logDebugTrace(SourceLocator, String) - Method in class org.opencds.cqf.cql.engine.execution.State
- logDebugWarning(SourceLocator, String) - Method in class org.opencds.cqf.cql.engine.execution.State
- LogEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LogEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LogEvaluator
- lookup(Code, CodeSystemInfo) - Method in interface org.opencds.cqf.cql.engine.terminology.TerminologyProvider
-
Looks up the display value for a given Code from a given CodeSystemInfo
- lowBoundary(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LowBoundaryEvaluator
- LowBoundaryEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LowBoundaryEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LowBoundaryEvaluator
- lower(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LowerEvaluator
- LowerEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- LowerEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.LowerEvaluator
M
- matches(String, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MatchesEvaluator
- MatchesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MatchesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MatchesEvaluator
- matchesTypes(FunctionDef, List<? extends Object>) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- max(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MaxEvaluator
- MAX_DECIMAL - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MAX_INT - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MAX_LONG - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MaxEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MaxEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MaxEvaluator
- maxValue(String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MaxValueEvaluator
- MaxValueEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MaxValueEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MaxValueEvaluator
- median(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MedianEvaluator
- MedianEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MedianEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MedianEvaluator
- meets(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MeetsEvaluator
- meetsAfter(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MeetsAfterEvaluator
- MeetsAfterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MeetsAfterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MeetsAfterEvaluator
- meetsBefore(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MeetsBeforeEvaluator
- MeetsBeforeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MeetsBeforeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MeetsBeforeEvaluator
- MeetsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MeetsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MeetsEvaluator
- meetsOperation(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MeetsEvaluator
- message(State, SourceLocator, Object, Boolean, String, String, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MessageEvaluator
- MESSAGE - Enum constant in enum class org.opencds.cqf.cql.engine.exception.Severity
- MessageEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MessageEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MessageEvaluator
- MILLISECOND - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- min(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MinEvaluator
- MIN_DECIMAL - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MIN_INT - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MIN_LONG - Static variable in class org.opencds.cqf.cql.engine.runtime.Value
- MinEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MinEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MinEvaluator
- MINUTE - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- minValue(String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MinValueEvaluator
- MinValueEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MinValueEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MinValueEvaluator
- mode(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ModeEvaluator
- ModeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ModeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ModeEvaluator
- modelResolver - Variable in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- ModelResolver - Interface in org.opencds.cqf.cql.engine.model
-
A ModelResolver provides support for mapping a logical model (e.g.
- modulo(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ModuloEvaluator
- ModuloEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ModuloEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ModuloEvaluator
- MONTH - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- multiply(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.MultiplyEvaluator
- MultiplyEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- MultiplyEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.MultiplyEvaluator
N
- negate(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NegateEvaluator
- NegateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- NegateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.NegateEvaluator
- next() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.QueryIterator
- next() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.ResetIterator
- next() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.TimesIterator
- NODE_ID - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
- NODE_TYPE - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
- NONE - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugAction
- NoOpPHIObfuscator - Class in org.opencds.cqf.cql.engine.elm.executing.obfuscate
- NoOpPHIObfuscator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.obfuscate.NoOpPHIObfuscator
- normalizeDateTimeElements(int...) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- normalizeTimeElements(int...) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- not(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NotEvaluator
- notEqual(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.NotEqualEvaluator
- NotEqualEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- NotEqualEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.NotEqualEvaluator
- NotEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- NotEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.NotEvaluator
- NowEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- NowEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.NowEvaluator
- nullableCompareTo(Quantity) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- NullEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- NullEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.NullEvaluator
O
- obfuscate(Object) - Method in class org.opencds.cqf.cql.engine.elm.executing.obfuscate.NoOpPHIObfuscator
- obfuscate(Object) - Method in interface org.opencds.cqf.cql.engine.elm.executing.obfuscate.PHIObfuscator
- obfuscate(Object) - Method in class org.opencds.cqf.cql.engine.elm.executing.obfuscate.RedactingPHIObfuscator
- objectEqual(Object, Object) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- objectEqual(Object, Object) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- objectEqual(Object, Object) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- objectEqual(Object, Object) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- objectEqual(Object, Object) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Compare two objects for equality
- objectEquivalent(Object, Object) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- objectEquivalent(Object, Object) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- objectEquivalent(Object, Object) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- objectEquivalent(Object, Object) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- objectEquivalent(Object, Object) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Compare two objects for equivalence
- onOrAfter(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SameOrAfterEvaluator
- onOrBefore(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SameOrBeforeEvaluator
- OperandRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- OperandRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.OperandRefEvaluator
- or(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.OrEvaluator
- OrEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- OrEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.OrEvaluator
- org.opencds.cqf.cql.engine.data - package org.opencds.cqf.cql.engine.data
- org.opencds.cqf.cql.engine.debug - package org.opencds.cqf.cql.engine.debug
- org.opencds.cqf.cql.engine.elm.executing - package org.opencds.cqf.cql.engine.elm.executing
- org.opencds.cqf.cql.engine.elm.executing.obfuscate - package org.opencds.cqf.cql.engine.elm.executing.obfuscate
- org.opencds.cqf.cql.engine.exception - package org.opencds.cqf.cql.engine.exception
- org.opencds.cqf.cql.engine.execution - package org.opencds.cqf.cql.engine.execution
- org.opencds.cqf.cql.engine.model - package org.opencds.cqf.cql.engine.model
- org.opencds.cqf.cql.engine.retrieve - package org.opencds.cqf.cql.engine.retrieve
- org.opencds.cqf.cql.engine.runtime - package org.opencds.cqf.cql.engine.runtime
- org.opencds.cqf.cql.engine.runtime.iterators - package org.opencds.cqf.cql.engine.runtime.iterators
- org.opencds.cqf.cql.engine.terminology - package org.opencds.cqf.cql.engine.terminology
- overlaps(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.OverlapsEvaluator
- overlapsAfter(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.OverlapsAfterEvaluator
- OverlapsAfterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- OverlapsAfterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.OverlapsAfterEvaluator
- overlapsBefore(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.OverlapsBeforeEvaluator
- OverlapsBeforeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- OverlapsBeforeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.OverlapsBeforeEvaluator
- OverlapsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- OverlapsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.OverlapsEvaluator
P
- ParameterRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ParameterRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ParameterRefEvaluator
- phiObfuscationSupplier() - Method in interface org.opencds.cqf.cql.engine.data.DataProvider
- PHIObfuscator - Interface in org.opencds.cqf.cql.engine.elm.executing.obfuscate
- pointFrom(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PointFromEvaluator
- PointFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PointFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PointFromEvaluator
- pop() - Method in class org.opencds.cqf.cql.engine.execution.State
- popEvaluatedResourceStack() - Method in class org.opencds.cqf.cql.engine.execution.State
- popStdDev(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PopulationStdDevEvaluator
- PopulationStdDevEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PopulationStdDevEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PopulationStdDevEvaluator
- PopulationVarianceEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PopulationVarianceEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PopulationVarianceEvaluator
- popVariance(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PopulationVarianceEvaluator
- popWindow() - Method in class org.opencds.cqf.cql.engine.execution.State
- positionOf(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PositionOfEvaluator
- PositionOfEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PositionOfEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PositionOfEvaluator
- power(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PowerEvaluator
- PowerEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PowerEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PowerEvaluator
- precision(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PrecisionEvaluator
- Precision - Enum Class in org.opencds.cqf.cql.engine.runtime
- PrecisionEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PrecisionEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PrecisionEvaluator
- predecessor(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.PredecessorEvaluator
- PredecessorEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PredecessorEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PredecessorEvaluator
- processException(Exception, Element, String) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- processException(CqlException, Element) - Method in class org.opencds.cqf.cql.engine.execution.CqlEngine
- product(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProductEvaluator
- ProductEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ProductEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ProductEvaluator
- properContains(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperContainsEvaluator
- properContains(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperContainsEvaluator
- ProperContainsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ProperContainsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ProperContainsEvaluator
- properIn(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperInEvaluator
- properIn(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperInEvaluator
- ProperIncludedInEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ProperIncludedInEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ProperIncludedInEvaluator
- ProperIncludesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ProperIncludesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ProperIncludesEvaluator
- ProperInEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ProperInEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ProperInEvaluator
- properlyIncludedIn(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperIncludedInEvaluator
- properlyIncludes(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ProperIncludesEvaluator
- PropertyEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- PropertyEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.PropertyEvaluator
- push(Variable) - Method in class org.opencds.cqf.cql.engine.execution.State
- pushEvaluatedResourceStack() - Method in class org.opencds.cqf.cql.engine.execution.State
- pushWindow() - Method in class org.opencds.cqf.cql.engine.execution.State
Q
- Quantity - Class in org.opencds.cqf.cql.engine.runtime
- Quantity() - Constructor for class org.opencds.cqf.cql.engine.runtime.Quantity
- QuantityEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- QuantityEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.QuantityEvaluator
- QueryEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- QueryEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.QueryEvaluator
- QueryIterator - Class in org.opencds.cqf.cql.engine.runtime.iterators
-
Created by Bryn on 8/11/2019.
- QueryIterator(State, List<Iterator<Object>>) - Constructor for class org.opencds.cqf.cql.engine.runtime.iterators.QueryIterator
- QueryLetRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- QueryLetRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.QueryLetRefEvaluator
R
- Ratio - Class in org.opencds.cqf.cql.engine.runtime
- Ratio() - Constructor for class org.opencds.cqf.cql.engine.runtime.Ratio
- RatioEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- RatioEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.RatioEvaluator
- REDACTED_MESSAGE - Static variable in class org.opencds.cqf.cql.engine.elm.executing.obfuscate.RedactingPHIObfuscator
- RedactingPHIObfuscator - Class in org.opencds.cqf.cql.engine.elm.executing.obfuscate
- RedactingPHIObfuscator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.obfuscate.RedactingPHIObfuscator
- registerDataProvider(String, DataProvider) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- registerExternalFunctionProvider(VersionedIdentifier, ExternalFunctionProvider) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- removeDebugEntry(String, DebugLocator) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- removeDebugEntry(DebugLocator) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- removeEntry(DebugLocator) - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- repeat(Object, Object, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.RepeatEvaluator
- RepeatEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- RepeatEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.RepeatEvaluator
- replaceMatches(String, String, String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ReplaceMatchesEvaluator
- ReplaceMatchesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ReplaceMatchesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ReplaceMatchesEvaluator
- reset() - Method in class org.opencds.cqf.cql.engine.runtime.iterators.ResetIterator
- ResetIterator<E> - Class in org.opencds.cqf.cql.engine.runtime.iterators
-
Created by Bryn on 8/11/2019.
- ResetIterator(Iterator<E>) - Constructor for class org.opencds.cqf.cql.engine.runtime.iterators.ResetIterator
- resolveAlias(String) - Method in class org.opencds.cqf.cql.engine.execution.State
- resolveAllExpressionRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveCodeRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveCodeSystemRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveConceptRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveDataProvider(String) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveDataProvider(String, boolean) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveDataProvider(QName) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveDataProviderByModelUri(String) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveExpressionRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveFunctionDef(State, FunctionRef, ArrayList<Object>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FunctionRefEvaluator
- resolveFunctionRef(State, String, List<Object>, List<TypeSpecifier>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FunctionRefEvaluator
- resolveIdentifierRef(String) - Method in class org.opencds.cqf.cql.engine.execution.State
- resolveLibrary(VersionedIdentifier) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveLibraryRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveOperandType(OperandDef) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveOrCacheFunctionDef(State, FunctionRef, ArrayList<Object>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.FunctionRefEvaluator
- resolveParameterRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolvePath(Object, String) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- resolvePath(Object, String) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- resolvePath(Object, String) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolvePath(Object, String) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- resolvePath(Object, String) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Resolve the provided path expression for the provided target.
- resolveType(Object) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- resolveType(Object) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- resolveType(Object) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveType(Object) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- resolveType(Object) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Resolve the Java class that corresponds to the given model object instance.
- resolveType(String) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- resolveType(String) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- resolveType(String) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- resolveType(String) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Resolve the Java class that corresponds to the given model type
- resolveType(QName) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveType(TypeSpecifier) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- resolveValueSetRef(String, Library) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- resolveVariable(String) - Method in class org.opencds.cqf.cql.engine.execution.State
- resolveVariable(String, boolean) - Method in class org.opencds.cqf.cql.engine.execution.State
- retrieve(String, String, Object, String, String, String, Iterable<Code>, String, String, String, String, Interval) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- retrieve(String, String, Object, String, String, String, Iterable<Code>, String, String, String, String, Interval) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- retrieve(String, String, Object, String, String, String, Iterable<Code>, String, String, String, String, Interval) - Method in interface org.opencds.cqf.cql.engine.retrieve.RetrieveProvider
- RetrieveEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- RetrieveEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.RetrieveEvaluator
- retrieveProvider - Variable in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- RetrieveProvider - Interface in org.opencds.cqf.cql.engine.retrieve
- round(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.RoundEvaluator
- RoundEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- RoundEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.RoundEvaluator
S
- sameAs(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SameAsEvaluator
- SameAsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SameAsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SameAsEvaluator
- sameOrAfter(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SameOrAfterEvaluator
- SameOrAfterEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SameOrAfterEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SameOrAfterEvaluator
- sameOrBefore(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SameOrBeforeEvaluator
- SameOrBeforeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SameOrBeforeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SameOrBeforeEvaluator
- SECOND - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- setCode(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- setCodes(Iterable<Code>) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- setCodeSystems(List<CodeSystem>) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- setContextValue(String, Object) - Method in class org.opencds.cqf.cql.engine.execution.State
- setContextValues(Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.State
- setDate(LocalDate) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- setDateTime(OffsetDateTime) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- setDebugMap(DebugMap) - Method in class org.opencds.cqf.cql.engine.execution.State
- setDebugResult(DebugResult) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationResult
- setDenominator(Quantity) - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- setDisplay(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- setDisplay(String) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- setElements(LinkedHashMap<String, Object>) - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- setEvaluationDateTime(ZonedDateTime) - Method in class org.opencds.cqf.cql.engine.execution.State
- setEvaluationOffset(ZoneOffset) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- setExpandValueSets(boolean) - Method in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- setExpressionCaching(boolean) - Method in class org.opencds.cqf.cql.engine.execution.Cache
- setId(String) - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- setId(String) - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- setId(String) - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- setIsCoverageEnabled(boolean) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- setIsList(boolean) - Method in class org.opencds.cqf.cql.engine.execution.Variable
- setIsLoggingEnabled(boolean) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- setName(String) - Method in class org.opencds.cqf.cql.engine.execution.Variable
- setName(String) - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- setNumerator(Quantity) - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- setPackageName(String) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- setPackageName(String) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- setPackageName(String) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- setPackageName(String) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Deprecated.Use setPackageNames#String instead
- setPackageNames(List<String>) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- setPackageNames(List<String>) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Set the package names of Java objects supported by this model
- setParameter(String, String, Object) - Method in class org.opencds.cqf.cql.engine.execution.State
- setParameters(Library, Map<String, Object>) - Method in class org.opencds.cqf.cql.engine.execution.State
- setPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.BaseTemporal
- setSourceLocator(SourceLocator) - Method in exception org.opencds.cqf.cql.engine.exception.CqlException
- setSystem(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- setSystems(List<String>) - Static method in class org.opencds.cqf.cql.engine.terminology.TerminologyValidation
- setTerminologyProvider(TerminologyProvider) - Method in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- setUncertain(boolean) - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- setUnit(String) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- setValue(Object) - Method in class org.opencds.cqf.cql.engine.execution.Variable
- setValue(Object, String, Object) - Method in class org.opencds.cqf.cql.engine.data.CompositeDataProvider
- setValue(Object, String, Object) - Method in class org.opencds.cqf.cql.engine.data.SystemDataProvider
- setValue(Object, String, Object) - Method in class org.opencds.cqf.cql.engine.execution.Environment
- setValue(Object, String, Object) - Method in class org.opencds.cqf.cql.engine.model.CachingModelResolverDecorator
- setValue(Object, String, Object) - Method in interface org.opencds.cqf.cql.engine.model.ModelResolver
-
Set the value of a particular property on the given model object.
- setValue(BigDecimal) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- setVersion(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- setVersion(String) - Method in class org.opencds.cqf.cql.engine.runtime.Vocabulary
- setVersion(String) - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- setVersion(String) - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- setWindows(Deque<Deque<Variable>>) - Method in class org.opencds.cqf.cql.engine.execution.State
- Severity - Enum Class in org.opencds.cqf.cql.engine.exception
- shouldDebug(Exception) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- shouldDebug(Exception) - Method in class org.opencds.cqf.cql.engine.execution.State
- shouldDebug(Element) - Method in class org.opencds.cqf.cql.engine.debug.DebugLibraryMapEntry
- shouldDebug(Element) - Method in class org.opencds.cqf.cql.engine.execution.State
- shouldDebug(Element, Library) - Method in class org.opencds.cqf.cql.engine.debug.DebugMap
- singletonFrom(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SingletonFromEvaluator
- SingletonFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SingletonFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SingletonFromEvaluator
- size(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SizeEvaluator
- SizeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SizeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SizeEvaluator
- slice(Object, Integer, Integer) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SliceEvaluator
- SliceEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SliceEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SliceEvaluator
- sortResult(Query, List<Object>, State, String, ElmLibraryVisitor<Object, State>) - Static method in class org.opencds.cqf.cql.engine.elm.executing.QueryEvaluator
- SourceLocator - Class in org.opencds.cqf.cql.engine.debug
- SourceLocator(String, String, String, String, String, Location) - Constructor for class org.opencds.cqf.cql.engine.debug.SourceLocator
- split(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SplitEvaluator
- SplitEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SplitEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SplitEvaluator
- splitOnMatches(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SplitOnMatchesEvaluator
- SplitOnMatchesEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SplitOnMatchesEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SplitOnMatchesEvaluator
- start(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.StartEvaluator
- StartEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- StartEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.StartEvaluator
- starts(Object, Object, String, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.StartsEvaluator
- StartsEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- StartsEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.StartsEvaluator
- startsWith(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.StartsWithEvaluator
- StartsWithEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- StartsWithEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.StartsWithEvaluator
- State - Class in org.opencds.cqf.cql.engine.execution
-
State represents the internal state of the CqlEngine.
- State(Environment) - Constructor for class org.opencds.cqf.cql.engine.execution.State
- stdDev(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.StdDevEvaluator
- StdDevEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- StdDevEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.StdDevEvaluator
- stringLength(String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.LengthEvaluator
- stripEvaluator(String) - Static method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- substring(Object, Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SubstringEvaluator
- SubstringEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SubstringEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SubstringEvaluator
- subtract(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SubtractEvaluator
- SubtractEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SubtractEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SubtractEvaluator
- successor(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SuccessorEvaluator
- SuccessorEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SuccessorEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SuccessorEvaluator
- sum(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.SumEvaluator
- SumEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- SumEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.SumEvaluator
- SystemDataProvider - Class in org.opencds.cqf.cql.engine.data
- SystemDataProvider() - Constructor for class org.opencds.cqf.cql.engine.data.SystemDataProvider
- SystemExternalFunctionProvider - Class in org.opencds.cqf.cql.engine.data
- SystemExternalFunctionProvider(List<Method>) - Constructor for class org.opencds.cqf.cql.engine.data.SystemExternalFunctionProvider
- systems - Static variable in class org.opencds.cqf.cql.engine.terminology.TerminologyValidation
T
- TemporalHelper - Class in org.opencds.cqf.cql.engine.runtime
- TerminologyAwareRetrieveProvider - Class in org.opencds.cqf.cql.engine.retrieve
- TerminologyAwareRetrieveProvider() - Constructor for class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- terminologyProvider - Variable in class org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
- TerminologyProvider - Interface in org.opencds.cqf.cql.engine.terminology
- TerminologyProviderException - Exception in org.opencds.cqf.cql.engine.exception
-
This class is meant to be thrown by implementations of the TerminologyProvider interface whenever they encounter an Exception
- TerminologyProviderException(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(String, Throwable) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(String, Throwable, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(String, Throwable, SourceLocator, Severity) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(String, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(String, SourceLocator, Severity) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(Throwable) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyProviderException(Throwable, SourceLocator) - Constructor for exception org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- TerminologyValidation - Class in org.opencds.cqf.cql.engine.terminology
- time(Integer, Integer, Integer, Integer) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TimeEvaluator
- Time - Class in org.opencds.cqf.cql.engine.runtime
- Time(int...) - Constructor for class org.opencds.cqf.cql.engine.runtime.Time
- Time(String) - Constructor for class org.opencds.cqf.cql.engine.runtime.Time
- Time(LocalTime, Precision) - Constructor for class org.opencds.cqf.cql.engine.runtime.Time
- TimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TimeEvaluator
- timeFrom(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TimeFromEvaluator
- TimeFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TimeFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TimeFromEvaluator
- TimeOfDayEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TimeOfDayEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TimeOfDayEvaluator
- TimesIterator - Class in org.opencds.cqf.cql.engine.runtime.iterators
-
Created by Bryn on 8/11/2019.
- TimesIterator(Iterator<Object>, Iterator<Object>) - Constructor for class org.opencds.cqf.cql.engine.runtime.iterators.TimesIterator
- TimezoneFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TimezoneFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TimezoneFromEvaluator
- timezoneOffsetFrom(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TimezoneOffsetFromEvaluator
- TimezoneOffsetFromEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TimezoneOffsetFromEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TimezoneOffsetFromEvaluator
- toBoolean(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToBooleanEvaluator
- ToBooleanEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToBooleanEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToBooleanEvaluator
- toChronoField() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- toChronoUnit() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- toCode(CodeDef, CodeSystem) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CodeRefEvaluator
- toCode(CodeRef, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CodeRefEvaluator
- toCodeSystem(CodeSystemRef, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.CodeSystemRefEvaluator
- toConcept(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToConceptEvaluator
- toConcept(ConceptRef, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ConceptRefEvaluator
- ToConceptEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToConceptEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToConceptEvaluator
- toDate(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToDateEvaluator
- ToDateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToDateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToDateEvaluator
- toDateIndex() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- ToDateTime(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToDateTimeEvaluator
- ToDateTimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToDateTimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToDateTimeEvaluator
- toDateTimeIndex() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- today(State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TodayEvaluator
- TodayEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TodayEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TodayEvaluator
- toDebugLocation(Element) - Static method in class org.opencds.cqf.cql.engine.debug.DebugUtilities
- toDebugString(Object) - Static method in class org.opencds.cqf.cql.engine.debug.DebugUtilities
- toDecimal(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToDecimalEvaluator
- ToDecimalEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToDecimalEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToDecimalEvaluator
- toInteger(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToIntegerEvaluator
- ToIntegerEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToIntegerEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToIntegerEvaluator
- toJavaDate() - Method in class org.opencds.cqf.cql.engine.runtime.Date
- toJavaDate() - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- toJavaDate(State) - Method in class org.opencds.cqf.cql.engine.runtime.Date
- toList(Iterable<T>, boolean) - Static method in class org.opencds.cqf.cql.engine.runtime.CqlList
- toList(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToListEvaluator
- ToListEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToListEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToListEvaluator
- toLocator() - Method in class org.opencds.cqf.cql.engine.debug.Location
- toLong(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToLongEvaluator
- ToLongEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToLongEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToLongEvaluator
- toOffsetDateTime(LocalDateTime) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- toQuantity(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToQuantityEvaluator
- toQuantity(String) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToQuantityEvaluator
- ToQuantityEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToQuantityEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToQuantityEvaluator
- toRatio(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToRatioEvaluator
- ToRatioEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToRatioEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToRatioEvaluator
- toString() - Method in class org.opencds.cqf.cql.engine.debug.DebugLocator
- toString() - Method in class org.opencds.cqf.cql.engine.debug.Location
- toString() - Method in class org.opencds.cqf.cql.engine.debug.SourceLocator
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Code
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Date
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Interval
- toString() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Ratio
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Time
- toString() - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- toString(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToStringEvaluator
- ToStringEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToStringEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToStringEvaluator
- toTime(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ToTimeEvaluator
- ToTimeEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ToTimeEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ToTimeEvaluator
- toTimeIndex() - Method in enum class org.opencds.cqf.cql.engine.runtime.Precision
- toValueSet(State, ValueSetRef) - Static method in class org.opencds.cqf.cql.engine.elm.executing.ValueSetRefEvaluator
- toVersionedIdentifier(IncludeDef) - Static method in class org.opencds.cqf.cql.engine.execution.Libraries
- toZonedDateTime(LocalDateTime) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- toZonedDateTime(LocalDateTime, State) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- TRACE - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugAction
- TRACE - Enum constant in enum class org.opencds.cqf.cql.engine.exception.Severity
- truncate(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.TruncateEvaluator
- TruncatedDivideEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TruncatedDivideEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TruncatedDivideEvaluator
- TruncateEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TruncateEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TruncateEvaluator
- truncateValueToTargetPrecision(long, Precision, Precision) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- Tuple - Class in org.opencds.cqf.cql.engine.runtime
- Tuple() - Constructor for class org.opencds.cqf.cql.engine.runtime.Tuple
- Tuple(State) - Constructor for class org.opencds.cqf.cql.engine.runtime.Tuple
- TupleEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- TupleEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.TupleEvaluator
- TypeOverflow - Exception in org.opencds.cqf.cql.engine.exception
- TypeOverflow(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.TypeOverflow
- TypeUnderflow - Exception in org.opencds.cqf.cql.engine.exception
- TypeUnderflow(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.TypeUnderflow
U
- uncaughtException(Thread, Throwable) - Method in class org.opencds.cqf.cql.engine.exception.CqlExceptionHandler
- UndefinedResult - Exception in org.opencds.cqf.cql.engine.exception
- UndefinedResult(String) - Constructor for exception org.opencds.cqf.cql.engine.exception.UndefinedResult
- union(Object, Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.UnionEvaluator
- UnionEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- UnionEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.UnionEvaluator
- unionInterval(Interval, Interval, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.UnionEvaluator
- unionIterable(Iterable<?>, Iterable<?>, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.UnionEvaluator
- unitsEqual(String, String) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- unitsEquivalent(String, String) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- upper(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.UpperEvaluator
- UpperEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- UpperEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.UpperEvaluator
V
- validateDecimal(BigDecimal, Integer) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- validateInteger(Double) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- validateInteger(Integer) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- validateLong(Double) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- validateLong(Long) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- value - Variable in class org.opencds.cqf.cql.engine.execution.ExpressionResult
- value() - Method in class org.opencds.cqf.cql.engine.execution.ExpressionResult
- Value - Class in org.opencds.cqf.cql.engine.runtime
- valueOf(String) - Static method in enum class org.opencds.cqf.cql.engine.debug.DebugAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opencds.cqf.cql.engine.exception.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opencds.cqf.cql.engine.execution.CqlEngine.Options
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opencds.cqf.cql.engine.debug.DebugAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opencds.cqf.cql.engine.debug.DebugLocator.DebugLocatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opencds.cqf.cql.engine.exception.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opencds.cqf.cql.engine.execution.CqlEngine.Options
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opencds.cqf.cql.engine.runtime.Precision
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueSet - Class in org.opencds.cqf.cql.engine.runtime
- ValueSet() - Constructor for class org.opencds.cqf.cql.engine.runtime.ValueSet
- ValueSetInfo - Class in org.opencds.cqf.cql.engine.terminology
- ValueSetInfo() - Constructor for class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- ValueSetRefEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- ValueSetRefEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.ValueSetRefEvaluator
- valueSort - Variable in class org.opencds.cqf.cql.engine.runtime.CqlList
- Variable - Class in org.opencds.cqf.cql.engine.execution
- Variable() - Constructor for class org.opencds.cqf.cql.engine.execution.Variable
- variance(Object, State) - Static method in class org.opencds.cqf.cql.engine.elm.executing.VarianceEvaluator
- VarianceEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- VarianceEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.VarianceEvaluator
- verifyPrecision(BigDecimal, Integer) - Static method in class org.opencds.cqf.cql.engine.runtime.Value
- visitAbs(Abs, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAdd(Add, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAfter(After, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAliasRef(AliasRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAllTrue(AllTrue, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAnd(And, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAnyInCodeSystem(AnyInCodeSystem, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAnyInValueSet(AnyInValueSet, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAnyTrue(AnyTrue, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAs(As, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitAvg(Avg, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitBefore(Before, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCalculateAge(CalculateAge, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCalculateAgeAt(CalculateAgeAt, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCase(Case, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCeiling(Ceiling, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitChildren(Children, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCoalesce(Coalesce, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCode(Code, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCodeRef(CodeRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCollapse(Collapse, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCombine(Combine, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConcatenate(Concatenate, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConcept(Concept, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConceptRef(ConceptRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitContains(Contains, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvert(Convert, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertQuantity(ConvertQuantity, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToBoolean(ConvertsToBoolean, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToDate(ConvertsToDate, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToDateTime(ConvertsToDateTime, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToDecimal(ConvertsToDecimal, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToInteger(ConvertsToInteger, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToLong(ConvertsToLong, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToQuantity(ConvertsToQuantity, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToString(ConvertsToString, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitConvertsToTime(ConvertsToTime, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitCount(Count, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDate(Date, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDateFrom(DateFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDateTime(DateTime, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDateTimeComponentFrom(DateTimeComponentFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDescendents(Descendents, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDifferenceBetween(DifferenceBetween, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDistinct(Distinct, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDivide(Divide, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitDurationBetween(DurationBetween, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitEnd(End, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitEnds(Ends, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitEndsWith(EndsWith, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitEqual(Equal, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitEquivalent(Equivalent, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExcept(Except, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExists(Exists, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExp(Exp, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExpand(Expand, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExpandValueSet(ExpandValueSet, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExpressionDef(ExpressionDef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitExpressionRef(ExpressionRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitFilter(Filter, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitFirst(First, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitFlatten(Flatten, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitFloor(Floor, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitForEach(ForEach, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitFunctionRef(FunctionRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitGeometricMean(GeometricMean, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitGreater(Greater, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitGreaterOrEqual(GreaterOrEqual, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitHighBoundary(HighBoundary, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIdentifierRef(IdentifierRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIf(If, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitImplies(Implies, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIn(In, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIncludedIn(IncludedIn, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIncludes(Includes, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitInCodeSystem(InCodeSystem, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIndexer(Indexer, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIndexOf(IndexOf, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitInstance(Instance, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIntersect(Intersect, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitInterval(Interval, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitInValueSet(InValueSet, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIs(Is, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIsFalse(IsFalse, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIsNull(IsNull, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitIsTrue(IsTrue, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLast(Last, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLastPositionOf(LastPositionOf, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLength(Length, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLess(Less, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLessOrEqual(LessOrEqual, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitList(List, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLiteral(Literal, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLn(Ln, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLog(Log, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLowBoundary(LowBoundary, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitLower(Lower, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMatches(Matches, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMax(Max, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMaxValue(MaxValue, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMedian(Median, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMeets(Meets, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMeetsAfter(MeetsAfter, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMeetsBefore(MeetsBefore, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMessage(Message, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMin(Min, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMinValue(MinValue, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMode(Mode, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitModulo(Modulo, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitMultiply(Multiply, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitNegate(Negate, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitNot(Not, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitNotEqual(NotEqual, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitNow(Now, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitNull(Null, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitOperandRef(OperandRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitOr(Or, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitOverlaps(Overlaps, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitOverlapsAfter(OverlapsAfter, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitOverlapsBefore(OverlapsBefore, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitParameterRef(ParameterRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPointFrom(PointFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPopulationStdDev(PopulationStdDev, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPopulationVariance(PopulationVariance, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPositionOf(PositionOf, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPower(Power, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPrecision(Precision, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitPredecessor(Predecessor, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProduct(Product, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProperContains(ProperContains, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProperIn(ProperIn, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProperIncludedIn(ProperIncludedIn, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProperIncludes(ProperIncludes, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitProperty(Property, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitQuantity(Quantity, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitQuery(Query, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitQueryLetRef(QueryLetRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitRatio(Ratio, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitRepeat(Repeat, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitReplaceMatches(ReplaceMatches, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitRetrieve(Retrieve, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitRound(Round, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSameAs(SameAs, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSameOrAfter(SameOrAfter, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSameOrBefore(SameOrBefore, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSingletonFrom(SingletonFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSize(Size, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSlice(Slice, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSplit(Split, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSplitOnMatches(SplitOnMatches, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitStart(Start, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitStarts(Starts, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitStartsWith(StartsWith, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitStdDev(StdDev, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSubstring(Substring, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSubtract(Subtract, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSuccessor(Successor, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitSum(Sum, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTime(Time, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTimeFrom(TimeFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTimeOfDay(TimeOfDay, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTimezoneFrom(TimezoneFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTimezoneOffsetFrom(TimezoneOffsetFrom, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToBoolean(ToBoolean, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToConcept(ToConcept, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToDate(ToDate, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToDateTime(ToDateTime, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToday(Today, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToDecimal(ToDecimal, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToInteger(ToInteger, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToList(ToList, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToLong(ToLong, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToQuantity(ToQuantity, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToRatio(ToRatio, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToString(ToString, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitToTime(ToTime, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTruncate(Truncate, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTruncatedDivide(TruncatedDivide, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitTuple(Tuple, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitUnion(Union, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitUpper(Upper, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitValueSetRef(ValueSetRef, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitVariance(Variance, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitWidth(Width, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- visitXor(Xor, State) - Method in class org.opencds.cqf.cql.engine.execution.EvaluationVisitor
- Vocabulary - Class in org.opencds.cqf.cql.engine.runtime
- Vocabulary() - Constructor for class org.opencds.cqf.cql.engine.runtime.Vocabulary
W
- WARNING - Enum constant in enum class org.opencds.cqf.cql.engine.exception.Severity
- WATCH - Enum constant in enum class org.opencds.cqf.cql.engine.debug.DebugAction
- WEEK - Enum constant in enum class org.opencds.cqf.cql.engine.runtime.Precision
- weeksToDays(int) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
- width(Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.WidthEvaluator
- WidthEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- WidthEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.WidthEvaluator
- withCode(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- withCode(Code) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- withCodes(Iterable<Code>) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- withCodeSystem(CodeSystem) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- withCodeSystem(CodeSystemInfo) - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- withCodeSystems(List<CodeSystem>) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- withDateTime(OffsetDateTime) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- withDefaultUnit() - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- withDisplay(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- withDisplay(String) - Method in class org.opencds.cqf.cql.engine.runtime.Concept
- withElements(LinkedHashMap<String, Object>) - Method in class org.opencds.cqf.cql.engine.runtime.Tuple
- withId(String) - Method in class org.opencds.cqf.cql.engine.runtime.CodeSystem
- withId(String) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- withId(String) - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- withId(String) - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
- withName(String) - Method in class org.opencds.cqf.cql.engine.execution.Variable
- withName(String) - Method in class org.opencds.cqf.cql.engine.runtime.CodeSystem
- withName(String) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- withPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.DateTime
- withPrecision(Precision) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- withSystem(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- withTime(LocalTime) - Method in class org.opencds.cqf.cql.engine.runtime.Time
- withUnit(String) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- withValue(Object) - Method in class org.opencds.cqf.cql.engine.execution.Variable
- withValue(BigDecimal) - Method in class org.opencds.cqf.cql.engine.runtime.Quantity
- withVersion(String) - Method in class org.opencds.cqf.cql.engine.runtime.Code
- withVersion(String) - Method in class org.opencds.cqf.cql.engine.runtime.CodeSystem
- withVersion(String) - Method in class org.opencds.cqf.cql.engine.runtime.ValueSet
- withVersion(String) - Method in class org.opencds.cqf.cql.engine.terminology.CodeSystemInfo
- withVersion(String) - Method in class org.opencds.cqf.cql.engine.terminology.ValueSetInfo
X
- xor(Object, Object) - Static method in class org.opencds.cqf.cql.engine.elm.executing.XorEvaluator
- XorEvaluator - Class in org.opencds.cqf.cql.engine.elm.executing
- XorEvaluator() - Constructor for class org.opencds.cqf.cql.engine.elm.executing.XorEvaluator
Y
Z
- zoneToOffset(ZoneOffset) - Static method in class org.opencds.cqf.cql.engine.runtime.TemporalHelper
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form