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

org.opencds.cqf.tooling.measure.MeasureProcessor Maven / Gradle / Ivy

package org.opencds.cqf.tooling.measure;

public class MeasureProcessor
{      
    public static final String ResourcePrefix = "measure-";   
    public static String getId(String baseId) {
        return ResourcePrefix + baseId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy