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

org.cqframework.cql.elm.serializing.LibraryWrapper Maven / Gradle / Ivy

Go to download

The elm library for the Clinical Quality Language Java reference implementation

There is a newer version: 3.23.0
Show newest version
package org.cqframework.cql.elm.serializing;

import org.hl7.elm.r1.Library;

public class LibraryWrapper {
    private Library library;

    public Library getLibrary() {
        return this.library;
    }

    public void setLibrary(Library library) {
        this.library = library;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy