![JAR search and dependency download from the Maven repository](/logo.png)
org.opencds.cqf.measure.stu3.PopulationCriteriaMap Maven / Gradle / Ivy
package org.opencds.cqf.measure.stu3;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.lang3.tuple.Pair;
import org.hl7.fhir.dstu3.model.Type;
import ca.uhn.fhir.model.api.annotation.DatatypeDef;
@DatatypeDef(name = "PopulationCriteriaMap")
public class PopulationCriteriaMap extends Type {
protected Map> map;
public PopulationCriteriaMap() {
super();
this.map = new HashMap>();
}
public Map> getMap() {
return this.map;
}
public PopulationCriteriaMap setMap(Map> theMap) {
this.map = theMap;
return this;
}
@Override
protected Type typedCopy() {
// TODO Auto-generated method stub
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy