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

org.opencds.cqf.cql.execution.LibraryLoader Maven / Gradle / Ivy

There is a newer version: 1.3.12.1
Show newest version
package org.opencds.cqf.cql.execution;

import org.cqframework.cql.elm.execution.Library;
import org.cqframework.cql.elm.execution.VersionedIdentifier;

/**
 * Created by Bryn on 9/12/2016.
 */
public interface LibraryLoader {
    Library load(VersionedIdentifier libraryIdentifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy