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

org.cqframework.fhir.npm.ILibraryReader Maven / Gradle / Ivy

Go to download

The cqf-fhir-npm library for the Clinical Quality Language Java reference implementation

The newest version!
package org.cqframework.fhir.npm;

import java.io.IOException;
import java.io.InputStream;
import org.hl7.fhir.exceptions.FHIRFormatError;
import org.hl7.fhir.r5.model.Library;

public interface ILibraryReader {
    public Library readLibrary(InputStream stream) throws FHIRFormatError, IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy