All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencds.cqf.cql.retrieve.RetrieveProvider Maven / Gradle / Ivy

package org.opencds.cqf.cql.retrieve;

import org.opencds.cqf.cql.runtime.Code;
import org.opencds.cqf.cql.runtime.Interval;

public interface RetrieveProvider {
    Iterable retrieve(String context, String contextPath, Object contextValue, String dataType, String templateId, String codePath,
              Iterable codes, String valueSet, String datePath, String dateLowPath, String dateHighPath,
			  Interval dateRange);
}