org.cqframework.cql.cql2elm.elm.IElmEdit 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.elm;
import org.hl7.elm.r1.Element;
public interface IElmEdit {
void edit(Element element);
}