org.cqframework.cql.cql2elm.ModelResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cql-to-elm Show documentation
Show all versions of cql-to-elm Show documentation
The cql-to-elm library for the Clinical Quality Language Java reference implementation
package org.cqframework.cql.cql2elm;
import org.cqframework.cql.cql2elm.model.Model;
public interface ModelResolver {
Model getModel(String modelName);
}