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

org.hl7.elm_modelinfo.r1.serializing.ModelInfoReaderProvider Maven / Gradle / Ivy

Go to download

The model library for the Clinical Quality Language Java reference implementation

There is a newer version: 3.15.0
Show newest version
package org.hl7.elm_modelinfo.r1.serializing;

public interface ModelInfoReaderProvider {
    ModelInfoReader create(String contentType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy